openwisp / openwisp-notifications

Notifications module of OpenWISP
http://openwisp.org
GNU General Public License v3.0
39 stars 41 forks source link

[fix] Increased "timeoutInterval" for ReconnectingWebSocket #262

Closed pandafy closed 1 year ago

pandafy commented 1 year ago

The library re-connects if it fails to establish a connection in "timeoutInterval". On slow internet connections, the default value of "timeoutInterval" will keep terminating and re-establishing the connection.

Related