mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-03 08:45:40 +02:00
Gh 2077 mac app update (#2078)
* Fix #2077. Mac app sometimes stops updating. * Cleanup logging
This commit is contained in:
parent
33407e7dd9
commit
36f66e7ea5
@ -256,10 +256,10 @@ class WSClient {
|
||||
|
||||
ws.onopen = () => {
|
||||
Utils.log('WSClient webSocket opened.')
|
||||
this.state = 'open'
|
||||
for (const handler of this.onStateChange) {
|
||||
handler(this, 'open')
|
||||
}
|
||||
this.state = 'open'
|
||||
}
|
||||
|
||||
ws.onerror = (e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user