Hi, Is it strictly necessary to close the connection with FreeSWITCH when a fatal error occurs in `readOne` function (thus returning `false` to `readLoop`)? What are the implications of just ignoring it and keeping the connection open? Thank you.
Hi,
Is it strictly necessary to close the connection with FreeSWITCH when a fatal error occurs in
readOnefunction (thus returningfalsetoreadLoop)?What are the implications of just ignoring it and keeping the connection open?
Thank you.