SEAPUNK / socketeer

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

Protocol v3: Converting heartbeats to use websocket ping/pongs #68

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

It's possible that we don't even need 'h' messages. The only problem with browsers is that they may or may not do ping/pong messages on a regular interval.

Related: #66