Skip to content

Commit 0140fa8

Browse files
committed
#241 Re-enable websockets
1 parent 8db4d33 commit 0140fa8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/src/store.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ export class Store {
167167
// Use WebSocket if available, else use HTTP(S)
168168
const ws = this.getWebSocketForSubject(subject);
169169

170-
// TEMP!!
171-
opts.noWebSocket = true;
172-
173170
if (!opts.noWebSocket && ws?.readyState === WebSocket.OPEN) {
174171
fetchWebSocket(ws, subject);
175172
} else {

0 commit comments

Comments
 (0)