Skip to content

Commit 9dd723b

Browse files
Catching protocol init event
1 parent a340190 commit 9dd723b

File tree

1 file changed

+1
-0
lines changed
  • libs/ofxLibwebsockets/include/ofxLibwebsockets

1 file changed

+1
-0
lines changed

libs/ofxLibwebsockets/include/ofxLibwebsockets/Util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ namespace ofxLibwebsockets {
5858
{
5959
case LWS_CALLBACK_CONFIRM_EXTENSION_OKAY:
6060
case LWS_CALLBACK_CLIENT_CONFIRM_EXTENSION_SUPPORTED:
61+
case LWS_CALLBACK_PROTOCOL_INIT:
6162
return 0;
6263

6364
case LWS_CALLBACK_FILTER_NETWORK_CONNECTION:

0 commit comments

Comments
 (0)