robotconscience / ofxLibwebsockets

[Deprecated] openFrameworks wrapper of libwebsockets for WebSocket client and server functionality
Other
171 stars 68 forks source link

Address already in use port -1 ( -1 98 ) with multi client in local host. #90

Open ayafuji opened 8 years ago

ayafuji commented 8 years ago

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.