Kitura / Kitura-WebSocket

WebSocket support for Kitura
Apache License 2.0
68 stars 29 forks source link

fix: halved connection timeout ping time #63

Closed Andrew-Lees11 closed 5 years ago

Andrew-Lees11 commented 5 years ago

The connection timeout timer should ping twice during the connection timeout window. Currently it is only pinging once resulting in active connections being accidentally cleaned up.