dpallot / simple-websocket-server

A python based websocket server that is simple and easy to use.
951 stars 321 forks source link

client disconnect due to network issue not trigger handleClose #61

Open arickbro opened 7 years ago

arickbro commented 7 years ago

Hi, I really love your work, very nice and simple implementation of WS server

I've a problem When a client disconnect due to network issue, the WS server did not trigger the handleClose. Could you help me to fix this issue ?

Regards Ari

Jeremiah823 commented 6 years ago

Hi,

I am having the same "issue", except I do see timeouts after 15 minutes exactly. Any idea where this timeout value is set?

Thanks,

Jeremiah