signalbox
signalbox copied to clipboard
A WebRTC signalling server.
Many connection still open with CLOSE_WAIT status after client disconnect [root@SUPV6743 ~]# netstat -nap | grep :3000 | awk '{print $6}' | sort -n | uniq -c 14698 CLOSE_WAIT 73...
Standard lib logging in Go doesn't have levels. Evaluate alternatives: https://github.com/golang/glog
Hi, today I running signalbox ([email protected] branch) with a good amount of concurrent users, but my doubt is about multitread support, why into TOP I see the CPU used al...