radarsat1 / liblo

liblo is an implementation of the Open Sound Control protocol for POSIX systems
GNU Lesser General Public License v2.1
190 stars 60 forks source link

Unable to get message's source address with UNIX protocol #121

Closed jean-emmanuel closed 2 years ago

jean-emmanuel commented 2 years ago

Hi, When using unix sockets, I'm unable to retrieve the message's source address, is this a limitation with this protocol or could it be a blind spot in liblo's implementation ? OSC over unix socket has been in my experience the most reliable and the fastest protocol, it would be perfect if it wasn't for this caveat :)

jean-emmanuel commented 2 years ago

I've created PR #122 as a fix proposal

radarsat1 commented 2 years ago

Merged!