Skip to content

Commit

Permalink
Provide link to event emitters' documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintinWillison committed Jul 28, 2021
1 parent e1a229c commit 24c4797
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ The signature of the [Subscribe](https://pkg.go.dev/github.com/ably/ably-go/ably

Both `Subscribe` and `SubscribeAll` are now blocking methods.

Detail around the concurrency and routing of calls to message and event handlers is described in the package documentation
under [Event Emitters](https://pkg.go.dev/github.com/ably/ably-go/ably#hdr-Event_Emitters).

### The `Publish` Method now Blocks

Before version 1.2.0, you published messages to a channel by calling the `Publish` method and then waiting for the `Result`:
Expand Down

0 comments on commit 24c4797

Please sign in to comment.