-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rate limit web socket messages, close connection if limit exceeded
The host will reconnect afterward, so future legitimate uses shouldn't be compromised, but the misbehaving action or loop should be terminated by the thrown error which should alert the users to look into their code.
- Loading branch information
1 parent
5d9491f
commit 6e0dae3
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters