SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

Protocol versioning via WebSocket subprotocols #21

Closed SEAPUNK closed 8 years ago

SEAPUNK commented 8 years ago

Since the Socketeer protocol can and will change at any time, we need to have subprotocol support, so different versions of Socketeer won't connect to an incompatible server and just hang.

SEAPUNK commented 8 years ago

Decided against using subprotocols for protocol versioning. Will make it part of the handshake.

SEAPUNK commented 8 years ago

Almost done in the rewrite branch.