Command buffer #47
Labels
No Label
Bug
Documentation
Easy
Feature
Localization
Packaging
Refactoring
Test
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blue/squawk#47
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now there is a case when you can get disconnected every time you connect. This happens with large MUCs in the roster with autojoin on, like ejabberd official MUC.
I assume it happens because I send too many requests to the server at the same time: many user vcards to get avatars, all of the MUCs history, discoveries and subscriptions.
I think it would be nice if I could put those requests in a line, and would execute them as they receive a response, like, for example, to have not more then 100 pending requests opened at the same time.