-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Route all messages through ChatThrottleLib (#50)
* Route all messages through ChatThrottleLib This removes all internal management of internal transmission queues, leaving Chomp as a wrapper that really just provides "smart" routing with the worst implementation of message serialization known to mankind. The upstream CTL library has at this point merged in all the support required for sending logged messages. Battle.net message support is still pending but queued up. One thing that we still provide for now is an increase to CTL's ancient, outdated, and totally crappy default transmission rates. Hopefully we can just get newer happy values upstreamed at some point, but that might be a bit of an ask in the face of all the other major changes made to appease Blizzard's new per-prefix throttles.
- Loading branch information
Showing
5 changed files
with
61 additions
and
642 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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.