You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting many clients to an XMPP server quickly, closed streams
can occur. Let those errors through instead of blowing up due to
FunctionClauseError.
Fixesscrogson#27
Sometimes when
Romeo.Transports.TCP.send/2
gets called in my application, my socket returns{:error, :closed}
, and thus, a pattern match is not found.The line in question is here.
What do you think we should do to handle this?
The text was updated successfully, but these errors were encountered: