SignalR-Client-Cpp
SignalR-Client-Cpp copied to clipboard
C++ Client for ASP.NET Core SignalR
This pull request updates the following dependencies [marker]: (Begin:de323ea0-f73d-4dc7-8f8a-08da9052a3fd) ## From https://github.com/dotnet/arcade - **Subscription**: de323ea0-f73d-4dc7-8f8a-08da9052a3fd - **Build**: 20241222.1 - **Date Produced**: December 22, 2024 10:48:30 PM UTC - **Commit**: 8589bd2a216025d753b5f107081bfa28a2d51bb8...
This commit reflects 2 suggestions that are very closely related to dotnet/aspnetcore#40832. If the signatures within the [callback_manager](https://github.com/aspnet/SignalR-Client-Cpp/blob/main/src/signalrclient/callback_manager.h) class are currently fixed, then we should consider the following changes: 1)...
So, this change probably contains more than needed, but I wanted to demonstrate the spirit of my work. The most obvious one is suppressing additional warnings, ideally I'd figure out...
This pull request updates the following dependencies [marker]: (Begin:de323ea0-f73d-4dc7-8f8a-08da9052a3fd) ## From https://github.com/dotnet/arcade - **Subscription**: de323ea0-f73d-4dc7-8f8a-08da9052a3fd - **Build**: 20230105.3 - **Date Produced**: January 5, 2023 10:23:12 PM UTC - **Commit**: 7502a87ca569989008d3acef120b614604b6805f...
Fixes https://github.com/dotnet/aspnetcore/issues/43774
We talked about replacing the hub_connection_impl and making hub_connection contain all the logic. However, that would require including a lot of internal types in the public header and all sorts...
zsh interprets the [ and ] as special characters, correct form is "cpprestsdk[websockets]"