SignalR-Client-Cpp
SignalR-Client-Cpp copied to clipboard
C++ client for ASP.NET SignalR 2.x
- [x] make sure we can build Debug and Release versions and they work - [x] enable building dll - [x] create NuGet package - [x] ~~consider linking casablanca statically...
Unnamed namespaces receive different random names each time they are compiled which may result in issues when comparing dumps.
- [x] support ConnectTimeout - [x] set headers similarly to what we do in the .NET Client - [ ] review and rationalize logging - [x] review TODOs in the...
TEST(websocket_transport_connect, transport_destroyed_even_if_disconnect_not_called) On fast computers this fails very often because the transport shared pointer is acquired in the receive loop before the old receive loop finishes and destroys it acquired...
At the moment `log_writer` has just a `write` method that gets a formatted message to be logged. We should also have a method that takes time, message severity and message...