Hello
If REST API stops responding
1. Make sure jstack works.
jstack PID > PID.txt
Here PID is ID of server process, i.e. 10532
2. Create report with the --jstack key
Code:
sudo /usr/local/FlashphonerWebCallServer/tools/report.sh --sysinfo --conf --jstack --tar
3. Send report via form or to email
support@flashphoner.com
We will analyze logs for a cause of API non-responding.
Regarding connection close.
We don't have server-side settings to close connection if no active streams.
However you can close websocket connection if associated stream was stopped or failed.
90 connections is not a high load. Should not consume many resources. Need logs to find root cause.