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 b351253 commit 2e13dcbCopy full SHA for 2e13dcb
src/index.js
@@ -63,6 +63,8 @@ class SocketServer extends EventEmitter {
63
socket.host = socket.origin;
64
}
65
66
+
67
+ // TODO: handle ssl validation here and creation here
68
if (!organization || organization && organization.status !== false) {
69
let data = {
70
socket,
0 commit comments