Skip to content

Not getting frameEvents in Asynchronous mode #51

@andrele

Description

@andrele

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
  • Server reports:
$ 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.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions