We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fbc44 commit 03ffc19Copy full SHA for 03ffc19
src/service/socket.io/request/set-subscription.js
@@ -5,7 +5,7 @@ module.exports = async (options) => {
5
6
try {
7
8
- sharedIoRedis.ensureReadonlyConnection({ socket })
+ //sharedIoRedis.ensureReadonlyConnection({ socket })
9
10
//console.log('Unsubscribing from all patterns');
11
await socket.p3xrs.ioredisSubscriber.punsubscribe();
0 commit comments