Commit 1685d65
Add a delay before retrying to connect to websocket. (#97)
* Add a delay before retrying to connect to websocket. A delay of 3 seconds
is chosen so that we hit the server less frequently for the case where
websocket connection is not going to succeed at all. At the same time
it is not too long for the cases when a reconnect succeeds - it will be
perceived as a transient glitch by the user since subsequent activities
would show up in time.
* Update CHANGELOG.md1 parent 3f519c0 commit 1685d65
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | | - | |
| 649 | + | |
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
| |||
0 commit comments