gwsocket icon indicating copy to clipboard operation
gwsocket copied to clipboard

Sockets are not closing

Open tian2992 opened this issue 5 years ago • 2 comments

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

tian2992 avatar Sep 28 '18 21:09 tian2992

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.

allinurl avatar Oct 05 '18 16:10 allinurl

Running 0.3 built from source 4f4dc79175b2dfc1654fff7d5a523bcdf75dfd8e .

there are a bunch of open sockets. Cannot try without ssl as it is moderately sensitive data being sent.

tian2992 avatar Oct 08 '18 15:10 tian2992

v0.4 is out. Multiple changes were added upstream that may have addressed this issue.

Closing this for now, feel free to reopen it as needed. Thank you!

allinurl avatar Mar 11 '23 02:03 allinurl