Add shared compression for pub/sub
This commit is contained in:
@@ -28,6 +28,7 @@ namespace uWS {
|
||||
|
||||
struct WebSocketData : AsyncSocketData<false>, WebSocketState<true> {
|
||||
template <bool, bool> friend struct WebSocketContext;
|
||||
template <bool> friend struct WebSocketContextData;
|
||||
template <bool, bool> friend struct WebSocket;
|
||||
private:
|
||||
std::string fragmentBuffer;
|
||||
|
||||
Reference in New Issue
Block a user