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
At the moment there are only examples showing how to receive and send using a UDP socket. We should add related examples for sending and receiving OSC messsages over a TCP socket. Note that we must use decoder::decode_tcp then, encoding stays the same, though.
The text was updated successfully, but these errors were encountered:
At the moment there are only examples showing how to receive and send using a UDP socket. We should add related examples for sending and receiving OSC messsages over a TCP socket. Note that we must use
decoder::decode_tcp
then, encoding stays the same, though.The text was updated successfully, but these errors were encountered: