pq / osc

A simple Open Sound Control (OSC) protocol implementation for Dart.
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

I've made a single socket bidirectional #10

Closed jeffmikels closed 4 years ago

jeffmikels commented 4 years ago

The previous version of OSCSocket was incorrectly attempting to bind to a remote ip address and port instead of only local addresses and ports. Additionally, there was no way to have a single socket be able to send and listen. That is fixed now.

pq commented 4 years ago

Say @jeffmikels, what's a good way to attribute you in https://github.com/pq/osc/blob/master/AUTHORS ?