joewalnes / reconnecting-websocket

A small decorator for the JavaScript WebSocket API that automatically reconnects
MIT License
4.21k stars 970 forks source link

Timeout variable hoisting fix #116

Open tomasvts opened 3 years ago

tomasvts commented 3 years ago

timeout variable is hoisting and replacing scope from the real timeout variable which we wanted to clearTimeout in ws.onclose