shiffman/Most-Pixels-Ever-Processing

allow async client to receive messages

shiffman opened this issue · 1 comments

via dataEvent() method?

needs to be tracked in ArrayList in server

closed via 88e2282 and 0b27768

Note the new addition of a dataEvent() method to the API for asynchronous clients only. We could possibly choose to reuse frameEvent() in the asyncclient but I thought something different might be clear. It should be noted however that dataEvent() should not be used by a sync client as messages must come during a specific frameEvent().