Releases: NaikSoftware/StompProtocolAndroid
Releases · NaikSoftware/StompProtocolAndroid
Compilation fixes
Merge pull request #177 from laurentpeters/issue_171 fix #171: fix compilation problems
Bug fixes
- fix NoSuchElementException on multiple subscriptions
- fix OnErrorNotImplementedException
- new path matcher based on subscription header
Fixed behavior connect / disconnect
1.6.4 Fix unsubscribe
Fix leaks on disconnect
1.6.3 Fix leaks on disconnect
Extracted PathMatcher (Ahtung! Packages were refactored!)
So, you can implement own PathMatcher for subscriptions, if needed. Sure, predefined matchers has been implemented:
SimplePathMatcher
which using String.equalsRabbitPathMatcher
which using RMQ-based wildcard matching
Heartbeat support
Thanks @akuhtz and @adnancylo for contributing!
Fix disconnect for JWS connection provider
1.5.4 Merge branch 'UbivisDev-master'
Fix fast disconnect/reconnect
1.5.3 Fix fast disconnect/reconnect
Fix NPE on disconnect
1.5.2 Fix NPE on disconnect
Fix disconnect before connect
1.5.1 Fix disconnect before connect