Sockets are not closing
tian2992 opened this issue · 3 comments
tian2992 commented
https://imgur.com/a/F0caWIT
Running as
app@server:~$ ~/bin/gwsocket -p 6547 --access-log=~/aclogz --ssl-key=~/sslz/privkey1.pem --ssl-cert=~/sslz/fullchain1.pem --pipeout=~/timelogs/sock
allinurl commented
Thanks for reporting this. Which version of gwsocket are you running? Also, could you please run:
watch -n1 'netstat -np | grep -i gwsocket'
and check if they are being closed with and without --ssl*
. Thanks.