socket.io.play icon indicating copy to clipboard operation
socket.io.play copied to clipboard

socket.io with play framework 2.0

Results 13 socket.io.play issues
Sort by recently updated
recently updated
newest added

is there any plans to bring support for play 2.3 and scala 2.11 support?

Correction from dependencies

There are four map in SocketIOController : xhrMap, wsMap, xhrRevMap, wsRevMap. They are shared with sub WSActor or XHRActor. When the sub actor dies, they remove themselves from the map....

Provide an API similar to what is in socket.io Javascript implementation. something like on('message'. handler) Look at FSM API in akka. (Important: Socket.io doesn't need FSM)

enhancement