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.
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.