mashupbots / socko

A Scala web server powered by Netty networking and AKKA processing.
Other
255 stars 51 forks source link

websocket session tracking #62

Closed simbo1905 closed 10 years ago

simbo1905 commented 10 years ago

is there something in socko to answer this question:

http://stackoverflow.com/questions/18224528/is-it-a-good-idea-to-use-sec-websocket-key-to-identify-the-websocket-client-conn

specifically session state could be held in an akka actor suggesting that I should create an actor with the secWebSocketKey as the path/ID of the actor.

veebs commented 10 years ago

@simbo1905 I've left answer on stackoverflow.