Add a message

This commit is contained in:
Alex Hultman
2022-12-27 19:31:11 +01:00
parent 77b122fd65
commit 66ec193fd0
+1 -1
View File
@@ -372,7 +372,7 @@ private:
});
us_socket_context_on_long_timeout(SSL, getSocketContext(), [](auto *s) {
((WebSocket<SSL, isServer, USERDATA> *) s)->end();
((WebSocket<SSL, isServer, USERDATA> *) s)->end(1000, "please reconnect");
return s;
});