Firebase requires that each XMPP connection has no more than 100 pending requests at a time.
Does this mean you can have multiple XMPP connections, but each cannot have more than 100 pending requests at a time?
That’s how I understand it:
There is a limit of 100 messages that can be stored without collapsing. If the limit is reached, all stored messages are discarded.
source
Does this mean you can have multiple XMPP connections, but each cannot have more than 100 pending requests at a time?
That’s how I understand it:
source