SignalR-Client-Cpp icon indicating copy to clipboard operation
SignalR-Client-Cpp copied to clipboard

C++ client for ASP.NET SignalR 2.x

Results 16 SignalR-Client-Cpp issues
Sort by recently updated
recently updated
newest added

On March 11, we're going to rename the default branch in this repository to main. For more details, see [our earlier announcement](https://github.com/dotnet/announcements/issues/172).

In C#, it has addclientcertificate for X.509 importing. In this code, maybe no a way to import/add a certificate.

I've been using this library for a while with succes on Bittrex, a cryptocurrency exchange with SignalR websocket. They have reactivated cloudflare protection on their websocket as well and it...

Running the client against an ancient (1.x) server fails with an exception reading "not a number" and not giving any clue as to what failed and why. This happens because...

- dynamic base - Control Flow Guard (https://github.com/aspnet/libuv-build/pull/28)

I have an application which, at the end of it's lifetime, calls `hub_connection::stop()`, waits for the returned task to finish, and then exits the process. It turned out that this...

- [ ] There are a few flakey tests on Linux (e.g. https://github.com/aspnet/SignalR-Client-Cpp/pull/132#issuecomment-164597583). - [ ] Oftentimes the process does not exit even though all tests appear to have finished...

`connection_impl_start.start_fails_if_transport_fails_when_receiving_messages` is consistently failing on Linux. It looks like the exception is being sliced somewhere. The tests asserts that starting the transport should write the following error message: `connection could...