Skip to content

0.6.1

Compare
Choose a tag to compare
@orchetect orchetect released this 30 Sep 02:19
· 53 commits to main since this release

Changes

  • OSCAddressSpace: Removed async from dispatch method to reduce call-site friction
  • OSCServer and OSCSocket: Replaced dispatch queue injection with dedicated internal queue
    • Now that the OSC receive handler block is Sendable and async, the internal queue is only present as it's required for CocoaAsyncSocket to receive

Maintenance

  • Minor internal cleanup and documentation updates