in audio-socket server refrense duration call, randomly call disconnected with below exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/call_management/audiosocket_server/connection.py", line 228, in _process
self.conn_sock.send(types.audio + PCM_SIZE + bytes(320))
ConnectionResetError: [Errno 104] Connection reset by peer```
why occur this exception? It disconnect call, how i fix it?