We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70be9fc commit 907aceeCopy full SHA for 907acee
1 file changed
example/socketio/server.js
@@ -28,7 +28,6 @@ socketioserver.sockets.on('connection', function(connection) {
28
connection.send(msg);
29
});
30
sub.connect('chat');
31
- sub.subscribe('');
32
pub.connect('chat');
33
34
0 commit comments