radarsat1 / liblo

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

Initialize socket context in lo_server_add_socket. #132

Closed radarsat1 closed 2 years ago

radarsat1 commented 2 years ago

This ensures init_context is not missed, which it was in the case of adding a TCP socket during lo_address_send_from. Fixes #127.