Brennan
|
ddba667507
|
Properly handle unknown hub message types (#83)
|
2022-09-30 11:36:51 -07:00 |
Brennan
|
d5b57ad792
|
Improve logging on connection close (#80)
|
2022-09-30 08:48:50 -07:00 |
Brennan
|
29161bb4ea
|
Use json library from vcpkg (#88)
|
2022-09-29 16:43:26 -07:00 |
Tzu Huan Tai
|
5552361b93
|
Fix exception message (#84)
|
2022-07-11 08:59:15 -07:00 |
Brennan
|
23c9c17d23
|
Fix connection start after connection failure (#79)
|
2022-03-21 13:12:14 -07:00 |
Jura Boev
|
6e5e108057
|
Add support for pinging (#77)
* Add keepalive interval and the server timeout.
|
2022-03-08 10:07:52 -08:00 |
Brennan
|
d1afaf3096
|
Fix stop to properly wait (#73)
|
2021-10-06 14:28:11 -07:00 |
Brennan
|
2dd0539bf3
|
Do not call stop on connection that failed to start (#70)
|
2021-09-25 14:19:26 -07:00 |
Brennan
|
3212db9cbc
|
Use std::vector for 'send' and 'on' to make it clear there can be multiple arguments/parameters (#65)
|
2021-08-05 18:41:47 -07:00 |
Brennan
|
b6320cef4e
|
Add binary argument support (#66)
|
2021-08-05 17:53:29 -07:00 |
Brennan
|
6e997d58ba
|
Add public cancellation_token and pass to http_client (#64)
|
2021-07-28 15:13:10 -07:00 |
Brennan
|
0d51a369dc
|
Clean up negotiate, remove timeout and add cancellation from stop (#61)
|
2021-07-23 16:15:28 -07:00 |
Brennan
|
dfd1f63d39
|
Add handshake timeout (#60)
|
2021-07-23 13:17:54 -07:00 |
Brennan
|
d7a629ad5c
|
Add MessagePack support (#53)
|
2021-05-17 21:01:05 -07:00 |
Brennan
|
5b030eaaba
|
Fix build (#57)
|
2021-04-22 10:18:13 -07:00 |
Brennan
|
bef52259ea
|
Compile test project with source files instead of library reference (#55)
|
2021-04-21 09:21:55 -07:00 |
Brennan
|
5c499e361e
|
Flow error to disconnected callback (#56)
|
2021-04-21 09:19:36 -07:00 |
Brennan
|
4a10b9b520
|
Add scheduler abstraction + default impl (#35)
|
2021-04-14 08:54:49 -07:00 |
Brennan
|
35553e591f
|
Rename project to microsoft-signalr and add find_package cmake support (#52)
|
2021-03-25 10:50:21 -07:00 |
Brennan
|
fdbf36d62e
|
Logging improvements (#49)
|
2021-03-16 20:23:35 -07:00 |
Brennan
|
9927ad4db0
|
Fix the protocol abstraction so different protocols can be supported (#48)
|
2021-03-16 15:21:22 -07:00 |
TimTim
|
ea4ad5b0a5
|
Skip negotiation (#33)
|
2021-02-25 09:03:12 -08:00 |
Brennan
|
bcd2108a59
|
Update README and remove unused files (#40)
|
2021-01-25 19:45:55 -08:00 |
Brennan
|
0f383af906
|
Add milliseconds to logs (#41)
|
2020-12-07 12:36:57 -08:00 |
Brennan
|
0f2ce01520
|
Add memory leak detection to testing (#39)
|
2020-12-01 16:05:28 -08:00 |
Brennan
|
7a72b7a295
|
Increase warning level and enable warning as error (#28)
|
2020-04-14 13:05:15 -07:00 |
Brennan
|
0705074859
|
Update license (#29)
|
2020-03-03 10:12:06 -08:00 |
Stephan
|
c5c7e7f2eb
|
Fix linking error when using cpprestsdk from apt (#26)
|
2020-02-26 19:53:58 -08:00 |
Brennan
|
c603641c3b
|
Build without CPPRestSDK (#24)
|
2020-02-04 16:06:57 -08:00 |
Brennan
|
da8059adf7
|
Close connection properly from transport closing (#17)
|
2020-01-30 18:39:25 -08:00 |
Bill Romanowich
|
8b08788d79
|
Willroman/create json (#23)
* Modifications to createJson() in json_helpers to handle differently sized signed and unsigned integer values.
|
2020-01-28 10:25:46 -08:00 |
Brennan
|
f7716315d6
|
Hub Connection Builder (#20)
|
2019-12-11 16:06:09 -08:00 |
Brennan
|
e722431f9f
|
Change Json library (#18)
|
2019-11-23 13:23:56 -08:00 |
Brennan
|
20613141d8
|
Refactor the protocol and handshake (#14)
|
2019-11-19 22:05:04 -08:00 |
Brennan
|
d0f42f35e7
|
Negotiate version support (#16)
|
2019-11-19 13:03:31 -08:00 |
Brennan
|
0a217b4391
|
Replace web::json with signalr::value on public API (#12)
|
2019-11-12 08:44:14 -08:00 |
Brennan
|
a8653a80b3
|
Copy Uri code from cpprestsdk (#11)
|
2019-11-11 12:40:20 -08:00 |
Brennan
|
49f06643fa
|
Start trying to ifdef cpprestsdk out (#10)
|
2019-11-06 12:49:07 -08:00 |
Brennan
|
da16d2168d
|
Remove pplx::task from product code (#7)
|
2019-07-18 14:03:56 -07:00 |
Brennan
|
b23a75e614
|
Build with CMake (#4)
|
2019-07-05 11:45:30 -07:00 |
BrennanConroy
|
4d26f135c9
|
Initial client merge (#2)
|
2019-04-02 12:14:15 -07:00 |