forked from jshiffer/go-xmpp
f6a9836fdf8f4d911eb2baee82afd5ad8f368d46
Avoids a global mutex which could end up unexpectedly blocking a separate client. For example, if there were a client with few messages and a client with many messages, the client with few could hold the lock waiting for a token blocking the client with many from receiving.
Description
Languages
Go
100%