Skip to content

Commit 3fe6630

Browse files
committed
Update README.md
1 parent 89bf981 commit 3fe6630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pusher.trigger([u'a_channel', u'another_channel'], u'an_event', {u'some': u'data
122122

123123
Version 1.0.0 of the library introduced support for event buffering. The purpose of this functionality is to ensure that events that are triggered during whilst a client is offline for a short period of time will still be delivered upon reconnection.
124124

125-
Note: this requires your Pusher application to be on a cluster that has the Event Buffer capability.
125+
**Note: this requires your Pusher application to be on a cluster that has the Event Buffer capability.**
126126

127127
As part of this the trigger function now returns a set of event_id values for each event triggered on a channel. These can then be used by the client to tell the Pusher service the last event it has received. If additional events have been triggered after that event ID the service has the opportunity to provide the client with those IDs.
128128

0 commit comments

Comments
 (0)