joewalnes / reconnecting-websocket

A small decorator for the JavaScript WebSocket API that automatically reconnects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default settings ignored: this -> self?

brubbel opened this issue · comments

this.maxReconnectAttempts
should be
self.maxReconnectAttempts
to accept the default values in settings?

code
Thanks for checking.