php-websocket-client icon indicating copy to clipboard operation
php-websocket-client copied to clipboard

WebSocketClient should use URIs to connect

Open lifeofguenter opened this issue 9 years ago • 3 comments

See: http://en.wikipedia.org/wiki/WebSocket#URI_scheme

The client should use URI instead of separate host/port/path variables. Especially to easily enable wss connections (SSL/TLS) - which is also currently missing.

lifeofguenter avatar May 04 '15 12:05 lifeofguenter

:+1:

Nek- avatar Sep 13 '15 12:09 Nek-

Hello, unfortunately I am no longer maintaining this library. If you want to make changes to it you are more than welcome. Thanks!

gabrielbull avatar Sep 13 '15 17:09 gabrielbull

Well well, I used it for some experimentations this weekend, if you want I can make some PRs to improve it :-) .

Nek- avatar Sep 13 '15 17:09 Nek-