You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connect function now returns an RxJs stream of events related to the connection.
Events include notice of expiring credentials, so each application no longer needs to implement their own expiration tracking (issue #19) and detect resumption of suspended CPU.
Documentation updated with details of the new connection events.
Demos updated as examples of how to use the new events.
Issue #12: Fixed bug in building IAM credentials that caused failure if the client is not to be given access to publish on any topic.
Issue #14: Updates to documentation