SEAPUNK / socketeer

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

Session resuming on different IPs #22

Closed SEAPUNK closed 8 years ago

SEAPUNK commented 8 years ago

I am working on session resuming, and right now, the protocol dictates that the IP for the new client which is trying to resume the session must be the same as the old client. I want to loosen this up, but it will require me to add a new event called "new-ip", that basically says what the client's new IP is.

SEAPUNK commented 8 years ago
SEAPUNK commented 8 years ago

Done in 6c2f3cc