We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0298c1a commit 454617bCopy full SHA for 454617b
docs/pub-sub.md
@@ -39,6 +39,8 @@ await client.pSubscribe('channe*', listener);
39
await client.sSubscribe('channel', listener);
40
```
41
42
+> ⚠️ Subscribing to the same channel more than once will create multiple listeners which will each be called when a message is recieved.
43
+
44
## Publishing
45
46
```javascript
0 commit comments