Simon Giesecke
|
f60f909899
|
Problem: missing use of C++11 = delete and = default
Solution: introduce macros ZMQ_DEFAULT and ZMQ_NON_COPYABLE_NOR_MOVABLE
|
2019-12-09 09:48:21 +01:00 |
|
somdoron
|
a9bb526403
|
problem: wss transport return incorrect return code for error
Solution: return -1 for errors
|
2019-10-04 20:46:00 +03:00 |
|
somdoron
|
7296fb5b15
|
problem: unsecured websocket is rarely used in production
Solution: support websocket with tls (wss)
|
2019-10-02 08:58:26 +03:00 |
|
somdoron
|
157b2a2ee0
|
problem: ws_engine duplicate code from stream_engine
Solution: New class called stream_engine_base which is inherited by ws_engine, zmtp_engine and raw_engine.
|
2019-07-18 11:28:08 +03:00 |
|