-
Reconnecting a bunch of times gives you this:
```
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
at addList…
-
I can find that noCredentials flag with option does set withCredential true/false but it doesn't work.
Are there any other ways or documentation will help me to set the parameter noCredentials flag …
-
I am having a similar issue to [this](https://github.com/lxieyang/chrome-extension-boilerplate-react/issues/149). I am trying to inject a content script into a 3rd party website using https, and recei…
-
Can rabbit.js be used as a use case for broadcasting messages to multiple SockJS servers
Say I have a application that is used by millions of users online and I need to broadcast messages to all of t…
-
**Describe the bug**
There looks to be spurious errors in the /var/log/nginx/error.log when a client connects
```
2023/07/29 17:16:47 [error] 91253#91253: *267 connect() failed (111: Connection…
-
## CVE-2020-7693 - Medium Severity Vulnerability
Vulnerable Library - sockjs-0.3.19.tgz
SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like objec…
-
I see that this project has no tests only a test server.
From [sockjs-twisted](https://github.com/DesertBus/sockjs-twisted)
> SockJS-Twisted passes all SockJS-Protocol v0.3.3 tests, and all SockJS-C…
-
Hi,
I just experienced a crash of shiny-server with the following stacktrace:
```
[2020-07-07T05:55:28.720] [INFO] shiny-server - Shutting down worker processes (with notification)
/opt/shiny-…
thoro updated
3 years ago
-
```
diff --git a/app.js b/app.js
index af72773..4564068 100644
--- a/app.js
+++ b/app.js
@@ -42,7 +42,9 @@ var server = http.createServer(app);
broadcast.installHandlers(server, {
prefix: '/bro…
majek updated
11 years ago
-
I'm the developer of Pushpin, an HTTP/WebSocket proxy server with SockJS support. The way the SockJS feature works is you enable it on one or more URI paths, and Pushpin will translate the SockJS prot…