On Processing 2.0.3:
- Used the mpeTest sketch
- Moved dataEvents to its own method
- Added
<asynchronous>true</asynchronous> and <asynchreceive>true</asynchreceive> to mpe.xml
- Started sketch and server and Processing reports:
MPE CLIENT VERSION 2.0.2
Client: Starting!
Client: Connected to server!
Client: Sending: A|0|true
$ java -jar mpeServer-2.0.2.jar
MPE SERVER VERSION: 2.0.2
MPEServer: framerate = 30, screens = 1, waitForAll = false, verbose = false
Starting server: Andres-rMacBook-Pro.local/10.37.129.2 9002
/127.0.0.1:57056 connected.
Connecting asynch client 0 receiver: false
The sketch frame stays blank, and nothing in frameEvent is being called. Works fine in synchronous mode.

On Processing 2.0.3:
<asynchronous>true</asynchronous>and<asynchreceive>true</asynchreceive>to mpe.xmlThe sketch frame stays blank, and nothing in frameEvent is being called. Works fine in synchronous mode.