poll Messages
Poll messages from the CommandServer to the CommandQueue. This is the channel that all callbacks and errors arrive on. Should be called every frame, regardless of whether there is any advancing or drawing.
This method represents a single poll operation. To continuously poll, use beginPolling, which will handle starting and stopping the polling based on a lifecycle.
See also
Throws
If the CommandQueue has been released.