Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@palkan palkan released this 07 Sep 22:55
· 3 commits to master since this release

Features

  • Add channel.ackDuration() to get the number of milliseconds it took to receive a subscription confirmation/rejection.

  • Add client.subscribeAsync to issue a subscribe command without waiting for the confirmation.

    This is useful when you want to test the scenario when you have many subscription initiated at the page load / client initialization.