Releases: scgolang/osc
Releases · scgolang/osc
Package cleanup
v0.11.1 make worker private
Custom dispatchers
v0.11.0 add custom dispatcher example
v0.10.0
Changes in this release:
- Added
SetExactMatch
method to avoid regex matching in OSC servers.
v0.9.10
Changes in this release:
- Added a worker pool.
v0.9.9
Changes in this release:
- Added MessageHandler interface.
v0.9.8
Changes in this release:
- Bump bufSize to 64K
v0.9.7
Changes in this release:
- Use
SetWriteBuffer
to make sure the write buffer size is the same size as the read buffer we use to receive OSC messages.
v0.9.6
Changes in this release:
- Every message in the UDP server is handled in a new goroutine.
v0.9.5
Changes in this release:
- Fixed DialUDPContext
v0.9.4
Changes in this release:
- Added DialUDPContext constructor.