Created by Jonathan during 2017.
Created by Jonathan during May 2016.
The SfDecoder should only be used by one actor, and as such does not need to worry about thread safety.
Created by Jonathan during 2016.
The SfDecoder should only be used by one actor, and as such does not need to worry about thread safety.
I do not presume that each ByteString from the TCP layer is a complete message, which is why I am stateful ie you can call me multiple times with different bytestrings and end up with one message
Created by Jonathan during August 2016.