1.0.11
This is a bugfix release.
v1.0.11
Fixed bugs:
- InternalError when attempting to create a reattach timer #452
- Realtime Channel: exceptions thrown when attempting attach do not result in the client listener being called #448
Closed issues:
- ConcurrentModificationException in 1.0 #321
Merged pull requests:
- Make the Channels collection a ConcurrentHashMap to permit mutation o… #454 (paddybyers)
- Wrap construction of Timer instances to handle exceptions … #453 (paddybyers)
- Attach exception handling #449 (paddybyers)