oscp5 icon indicating copy to clipboard operation
oscp5 copied to clipboard

TCP reconnect

Open LFSaw opened this issue 6 years ago • 0 comments

I'd like to reconnect a TCP client (in oscP5) to a TCP server (scsynth). I am unsure how to get there, though I found that there is a reconnect method in TCP server but I don't know

  • how to determine that the connection is lost from within the sourcecode
  • how to get to the TCPClient instance from an oscP5 object instantiated via
oscP5 = new OscP5(this, "127.0.0.1", 57110, OscP5.TCP);

LFSaw avatar Oct 20 '17 19:10 LFSaw