You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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 knowTCPClient
instance from an oscP5 object instantiated viaThe text was updated successfully, but these errors were encountered: