mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 13:48:12 +00:00
Fix decryptionDrained flag if race for WebSocket state emission is lost.
This commit is contained in:
committed by
Michelle Tang
parent
eff90aaa64
commit
1e0e165eaf
@@ -448,6 +448,7 @@ class IncomingMessageObserver(private val context: Application, private val auth
|
||||
Log.w(TAG, e)
|
||||
} finally {
|
||||
webSocketDisposable.dispose()
|
||||
decryptionDrained = false
|
||||
}
|
||||
Log.i(TAG, "Looping...")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user