Benjamin Sergeant
|
a0f15bfb56
|
C++14 + use make_unique and make_shared to make shared pointers
|
2019-01-11 21:25:06 -08:00 |
|
Benjamin Sergeant
|
bd1c8873d0
|
capture path/uri when connecting, and pass it back through callbacks in the openInfo member
|
2019-01-03 17:44:10 -08:00 |
|
Benjamin Sergeant
|
0e52c42970
|
echo server example is a real echo server, not a broadcast server
|
2019-01-02 08:10:39 -08:00 |
|
Benjamin Sergeant
|
7c4f14f941
|
thread accepting connections can be cancelled/stopped externally
|
2019-01-01 16:11:27 -08:00 |
|
Benjamin Sergeant
|
ead54d6c37
|
listen job run in its own thread, non blocking
|
2019-01-01 14:52:14 -08:00 |
|
Benjamin Sergeant
|
b749f3c724
|
(nitpick) reformat
|
2019-01-01 14:29:57 -08:00 |
|
Benjamin Sergeant
|
67de0fc8da
|
use shared_ptr
|
2019-01-01 13:53:13 -08:00 |
|
Benjamin Sergeant
|
8ed2399517
|
unittest pass
|
2019-01-01 13:47:25 -08:00 |
|
Benjamin Sergeant
|
ec2ad37860
|
add a print statement when the connection is closed / still need to terminate server thread
|
2018-12-31 12:47:42 -08:00 |
|
Benjamin Sergeant
|
3443e82812
|
more cleanup to propagate server connection error and let onOpen callback execute
|
2018-12-31 12:43:47 -08:00 |
|
Benjamin Sergeant
|
b2eb07db14
|
server code has a callback that takes a websocket
|
2018-12-30 22:12:13 -08:00 |
|
Benjamin Sergeant
|
379a845166
|
cleanup / use a websocket instead of raw websockettransport
|
2018-12-30 22:00:49 -08:00 |
|
Benjamin Sergeant
|
0ee71e9a09
|
proof of concept server implementation
|
2018-12-29 23:15:27 -08:00 |
|