ReceiverThread

Manages the receive queue and performs message parsing and event triggering based on said messages

Constructors

this
this(Client client)

Constructs a new receiver thread with the associated client

Members

Functions

end
void end()

Stops the receive queue manager

rq
void rq(ubyte[] encodedMessage)

Enqueues the raw message into the receieve queue for eventual processing

Meta