Skip to content

Commit 42184ef

Browse files
authored
Add note about binary/text frames in streaming server (#1815)
1 parent 8b1ffa2 commit 42184ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/methods/streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ wss://mastodon.example/api/v1/streaming
605605
3.3.0 - added\
606606
4.2.0 - changed to require a User token, removing Public and App token access [#23989](https://github.com/mastodon/mastodon/pull/23989)
607607

608-
Open a multiplexed WebSocket connection to receive events.
608+
Open a multiplexed WebSocket connection to receive events. While the WebSocket spec allows for both text and binary date frames, since we are working only with small text fragments the streaming server uses text frames only. Clients should be configured that way if necessary.
609609

610610
### Authorization styles {#authorization}
611611

0 commit comments

Comments
 (0)