The control channel uses a naive implementation that assumes incoming packets always contain one complete message. The control socket handler should work with the parser to detect partial messages and buffer them appropriately until the rest of the message arrives.
The control channel uses a naive implementation that assumes incoming packets always contain one complete message. The control socket handler should work with the parser to detect partial messages and buffer them appropriately until the rest of the message arrives.