73b9c0b89b
(socket servers) merge the ConnectionInfo class with the ConnectionState one, which simplify all the server apis
2020-08-28 14:55:40 -07:00
785842de03
(socket server) add a callback to the ConnectionState to be invoked when the connection is terminated. This will be used by the SocketServer in the future to know on time that the associated connection thread can be terminated.
2020-08-15 16:03:40 -07:00
cd3c9d879c
reformat everything with clang-format
2019-09-23 10:25:23 -07:00
4337345103
setter method does not need to return anything, make it void
2019-04-17 20:36:26 -07:00
d486c72e02
websocket server: closed connection threads are joined properly
2019-04-17 20:36:26 -07:00
2358b3ff26
minor cleanup
2019-03-21 13:51:25 -07:00
eac611ab1e
Feature/connection state ( #25 )
...
* (cmake) add a warning about 32/64 conversion problems.
* fix typo
* New connection state for server code + fix OpenSSL double init bug
* update README
2019-03-20 18:34:24 -07:00