From 215c3dd5a5bf5e8f77988326a2afcc7961d80144 Mon Sep 17 00:00:00 2001 From: Ciro Date: Fri, 28 Oct 2022 17:57:24 -0300 Subject: [PATCH] updated uWebSockets capi version --- src/socketify/uWebSockets | 2 +- src/tests.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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);