Skip to content

Commit e528f89

Browse files
aweiss-devaweiss-dev
authored andcommitted
Revert "fix(websocket): optimise event handling. Add heartbeat [WPB-21950] (#19825)" (#19865)
This reverts commit 94a6eb8.
1 parent c639bc9 commit e528f89

File tree

3 files changed

+103
-897
lines changed

3 files changed

+103
-897
lines changed

__mocks__/@wireapp/core.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,4 @@ export const util = {
113113
TaskScheduler,
114114
};
115115

116-
export enum ConnectionState {
117-
CLOSED = 'closed',
118-
CONNECTING = 'connecting',
119-
PROCESSING_NOTIFICATIONS = 'processing_notifications',
120-
LIVE = 'live',
121-
}
122-
123116
export {Ciphersuite} from '@wireapp/core-crypto';

0 commit comments

Comments
 (0)