Skip to content

Releases: NaikSoftware/StompProtocolAndroid

Compilation fixes

Choose a tag to compare

@NaikSoftware NaikSoftware released this 04 Nov 06:05
3b7f7f8
Merge pull request #177 from laurentpeters/issue_171

fix #171: fix compilation problems

Bug fixes

Choose a tag to compare

@NaikSoftware NaikSoftware released this 25 Jun 16:51
518eebe
  • fix NoSuchElementException on multiple subscriptions
  • fix OnErrorNotImplementedException
  • new path matcher based on subscription header

Fixed behavior connect / disconnect

Choose a tag to compare

@NaikSoftware NaikSoftware released this 07 Feb 17:00
1.6.4

Fix unsubscribe

Fix leaks on disconnect

Choose a tag to compare

@NaikSoftware NaikSoftware released this 05 Feb 18:56
1.6.3

Fix leaks on disconnect

Extracted PathMatcher (Ahtung! Packages were refactored!)

Choose a tag to compare

@NaikSoftware NaikSoftware released this 21 Jan 00:11

So, you can implement own PathMatcher for subscriptions, if needed. Sure, predefined matchers has been implemented:

  • SimplePathMatcher which using String.equals
  • RabbitPathMatcher which using RMQ-based wildcard matching

Heartbeat support

Choose a tag to compare

@NaikSoftware NaikSoftware released this 29 Dec 17:17

Thanks @akuhtz and @adnancylo for contributing!

Fix disconnect for JWS connection provider

Choose a tag to compare

@NaikSoftware NaikSoftware released this 03 Aug 18:07
1.5.4

Merge branch 'UbivisDev-master'

Fix fast disconnect/reconnect

Choose a tag to compare

@NaikSoftware NaikSoftware released this 03 Aug 15:31
1.5.3

Fix fast disconnect/reconnect

Fix NPE on disconnect

Choose a tag to compare

@NaikSoftware NaikSoftware released this 09 Jul 11:14
1.5.2

Fix NPE on disconnect

Fix disconnect before connect

Choose a tag to compare

@NaikSoftware NaikSoftware released this 26 Jun 15:05
1.5.1

Fix disconnect before connect