Represents the base implementation of a frostbite communication class.
Arguments:
- socket: GEvent socket.
- command_handler: Callback that gets passed a command when received off of the socket.
- event_handler: Callback that gets passed an event when received off of the socket.
-
join()
Joins to the protocol’s async processing units.
-
stop()
Stops the protocol’s async processing units.