Check if bounded unacknowledged stanzas queue is full before adding to it to avoid IllegalStateException
Description
The situation could possibly easily triggered if sendStanza() is called many times on disconnect by resumable connections. But for now, only implement a log message which would hopefully give use a better understanding once this situation occurs.
The situation could possibly easily triggered if sendStanza() is called many times on disconnect by resumable connections. But for now, only implement a log message which would hopefully give use a better understanding once this situation occurs.