Skip to content

Releases: fhstp/OSCExchange

v2.3.1

11 Nov 12:21
Compare
Choose a tag to compare

Fixed

  • Fixed port closing issue

2.3.0

16 Aug 10:08
Compare
Choose a tag to compare

Fixed

  • Fixed issue when waiting for multiple requests to answer. The first request to return would close the port from listening, making the other requests timeout

2.2.0

25 Jun 09:38
Compare
Choose a tag to compare

Changed

  • Make OSCAddress and OSCDevicePair parcelable

2.1.0

17 Jun 06:24
Compare
Choose a tag to compare

Added

  • Added request timeout logic for receive-requests

2.0.0

16 Jun 10:28
Compare
Choose a tag to compare

Changed

  • Changed the syntax for building OSCExchanges
  • Error handlers are now attached to each request instead to the whole exchange
  • The is no completion handler anymore, instead add success/receive handlers to the last request in the exchange

1.0.0

16 Jun 10:25
Compare
Choose a tag to compare

Add

  • Add logic for building and running OSCExchanges
  • Add tutorial and guides