The state for this is maintained by SfSocketActor, anything that makes it out of the socket layer
(ie message is well formed) and into the SfSessionActor has one of these attached.
It IS immutable so we do not expose state. However, this means there can be race. ie the session layer
wants to send a message out but the socket is already closed
The state for this is maintained by SfSocketActor, anything that makes it out of the socket layer (ie message is well formed) and into the SfSessionActor has one of these attached. It IS immutable so we do not expose state. However, this means there can be race. ie the session layer wants to send a message out but the socket is already closed
Created by Jonathan during 2017.