Skip to content

Releases: scgolang/osc

Package cleanup

28 Jan 03:16
Compare
Choose a tag to compare
v0.11.1

make worker private

Custom dispatchers

27 Jan 23:23
Compare
Choose a tag to compare
v0.11.0

add custom dispatcher example

v0.10.0

22 Apr 14:52
Compare
Choose a tag to compare

Changes in this release:

  • Added SetExactMatch method to avoid regex matching in OSC servers.

v0.9.10

01 Apr 13:27
Compare
Choose a tag to compare

Changes in this release:

  • Added a worker pool.

v0.9.9

04 Mar 22:38
Compare
Choose a tag to compare

Changes in this release:

  • Added MessageHandler interface.

v0.9.8

30 Dec 18:15
Compare
Choose a tag to compare

Changes in this release:

  • Bump bufSize to 64K

v0.9.7

30 Dec 17:52
Compare
Choose a tag to compare

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

10 Dec 22:27
Compare
Choose a tag to compare

Changes in this release:

  • Every message in the UDP server is handled in a new goroutine.

v0.9.5

03 Dec 20:53
Compare
Choose a tag to compare

Changes in this release:

  • Fixed DialUDPContext

v0.9.4

03 Dec 20:32
Compare
Choose a tag to compare

Changes in this release:

  • Added DialUDPContext constructor.