diff --git a/src/socketify/uWebSockets b/src/socketify/uWebSockets index 32e366d..a9a2484 160000 --- a/src/socketify/uWebSockets +++ b/src/socketify/uWebSockets @@ -1 +1 @@ -Subproject commit 32e366da8d8d0186b5584867500e490159143a22 +Subproject commit a9a248486dcd4883dfac4456658080ca33059cb2 diff --git a/src/tests.py b/src/tests.py index 3a1f401..9a5a5e4 100644 --- a/src/tests.py +++ b/src/tests.py @@ -58,7 +58,6 @@ # return uwsRes->getNativeHandle(); # } # } -# } # unsigned int uws_num_subscribers(int ssl, uws_app_t *app, const char *topic); # bool uws_publish(int ssl, uws_app_t *app, const char *topic, size_t topic_length, const char *message, size_t message_length, uws_opcode_t opcode, bool compress); # void *uws_get_native_handle(int ssl, uws_app_t *app);