I've been trying to connect a websocket server from two client with this addon.
Then I get this error when second client tried to connect to the websocket server.
And I tried to use another websocket C++ libary, It seem to be success.
Thus I suspect that when this C++ websocket library try to use same port as every client port.
So I check the libwebsocket code in ofxLibWebsocket code.
Anyway, I report this strange behavior.
I've been trying to connect a websocket server from two client with this addon. Then I get this error when second client tried to connect to the websocket server.
And I tried to use another websocket C++ libary, It seem to be success.
Thus I suspect that when this C++ websocket library try to use same port as every client port.
So I check the libwebsocket code in ofxLibWebsocket code. Anyway, I report this strange behavior.
Thank you.