allinurl / gwsocket

fast, standalone, language-agnostic WebSocket server RFC6455 compliant
http://gwsocket.io
MIT License
745 stars 67 forks source link

Listening on IPv6. #24

Closed MrSorcus closed 4 years ago

MrSorcus commented 5 years ago

gwsocket won't listen on IPv6.

gwsocket --addr "[::]" --echo-mode
gwsocket --addr :: --echo-mode

No result in ss --ipv6 --tcp --all

allinurl commented 5 years ago

Thanks for reporting this. It looks like I missed setting this option through ws_set_config_host. I'll have a fix for this.

allinurl commented 4 years ago

This should be fixed. Please build from development and let me know if that solves the issue on your end. Thanks.