mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-20 01:40:29 +00:00
frame size limit for negentropy syncs
This commit is contained in:
@ -79,7 +79,7 @@ class WSConnection {
|
||||
});
|
||||
|
||||
hubGroup->onDisconnection([&](uWS::WebSocket<uWS::CLIENT> *ws, int code, char *message, size_t length) {
|
||||
LI << "Disconnected";
|
||||
LI << "Disconnected: " << code << "/" << (message ? std::string_view(message, length) : "-");
|
||||
|
||||
if (ws == currWs) {
|
||||
currWs = nullptr;
|
||||
|
Reference in New Issue
Block a user