Expose fromAddress in server handler #42
Closed
DoubleBaroness
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Likely possible, just need to check CocoaAsyncSocket's documentation on how to decode the address data. I'm not sure why this wasn't added originally but if it's trivial to do then there's no problem adding it to the receive handler. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be useful to have a reference to the sender of an OSC message for things like QLab's reply architecture. One way this might be done is to have
OSCHandlerBlock
additionally provide thefromAddress
by way of theOSCServerUDPDelegate
's internal cocoa async socket delegate method implementation.Beta Was this translation helpful? Give feedback.
All reactions