Releases: fhstp/OSCExchange
Releases · fhstp/OSCExchange
v2.3.1
2.3.0
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
Changed
- Make OSCAddress and OSCDevicePair parcelable
2.1.0
Added
- Added request timeout logic for receive-requests
2.0.0
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
Add
- Add logic for building and running OSCExchanges
- Add tutorial and guides