0.6.1
Changes
OSCAddressSpace
: Removedasync
fromdispatch
method to reduce call-site frictionOSCServer
andOSCSocket
: Replaced dispatch queue injection with dedicated internal queue- Now that the OSC receive handler block is
Sendable
andasync
, the internal queue is only present as it's required for CocoaAsyncSocket to receive
- Now that the OSC receive handler block is
Maintenance
- Minor internal cleanup and documentation updates