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'm trying to write something that connects with some external equipment that returns data on the udp port you send osc messages on, but it seems that the Sender struct doesn't implement any way to receive those messages.
i guess the current model makes sense for some use cases but i do not have control of the device i'm communicating with in order to tell it to return on another port.
there needs to be a combined SenderReciever struct or similar.
The text was updated successfully, but these errors were encountered:
i'm trying to write something that connects with some external equipment that returns data on the udp port you send osc messages on, but it seems that the
Sender
struct doesn't implement any way to receive those messages.i guess the current model makes sense for some use cases but i do not have control of the device i'm communicating with in order to tell it to return on another port.
there needs to be a combined
SenderReciever
struct or similar.The text was updated successfully, but these errors were encountered: