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
It's been a while, but a quick glance tells me most of those errors are related to misbehavior like failing to conform to the protocol or broken pipes. It's probably safer to close the connection at that point.
If you're observing a specific type of error that you believe is non-fatal, I'd be happy to review any diffs.
Hi,
Is it strictly necessary to close the connection with FreeSWITCH when a fatal error occurs in
readOne
function (thus returningfalse
toreadLoop
)?What are the implications of just ignoring it and keeping the connection open?
Thank you.
The text was updated successfully, but these errors were encountered: