Client Library SDK Improvement
Client Library SDK Fix
Fixed bugs:
- Re-adding a trackable results in trackable being offline #989
- Re-added trackable does not enter or subscribe to presenc #988
- Re-adding trackable immediately after removing it causes NullPointerException #984
- Exceptions thrown inside a block passed to
DefaultAbly
’sscope.launch()
are suppressed #909
Closed issues:
- Remove
ConnectionException
from docstrings ofPublisher.add/track
#995 - Improve the version
1.5.1
to1.6.0
migration guide #974 - Remove workaround for handling failed connection when adding a trackable #898
Merged pull requests:
- Remove
ConnectionException
from docstrings ofPublisher.add/track
#997 (lawrence-forooghian) - Add migration guides for 1.6.0 and 1.6.1 #996 (lawrence-forooghian)
- Test exceptions #994 (davyskiba)
- Fix issues re-adding trackable #990 (AndyTWF)