-
### Version
3.8.4
### Environment info
```
System:
OS: Linux 4.9 Alpine Linux undefined
CPU: (2) x64 Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz
Binaries:
Node: 11.5…
-
Some attempts return a "Disconnected from the server" message. Client-side log shows the error message (all in shiny-server-client.min.js):
`Connection closed. Info: {"type":close","code":4705,"reaso…
-
Feature request https://github.com/meteor/meteor-feature-requests/issues/41 tracks the idea of potentially replacing SockJS with something else, but in the meantime (and given the number of open SockJ…
-
![image](https://user-images.githubusercontent.com/1325054/100451588-f5727700-30b7-11eb-9347-911c37c2ce62.png)
nuest updated
3 years ago
-
Hi.
I'm a regular user and fan of spfx-fast-serve.
I have a SharePoint Framework (SPFx) solution with two web parts where I've installed the spfx-fast-serve module. Recently, I encountered an issu…
-
In my environment, the demo can not be compiled. Wrong is:
> github.com/koding/kite/sockjsclient
../../../go/pkg/mod/github.com/koding/kite@v0.0.0-20180710021347-baa1a54919e3/sockjsclient/sockjscl…
-
```
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
12 years ago
-
I am using caronte, node 0.10.22, and proxying sockjs connections to another host. These requests are xhr_streaming, not actual web sockets, because we cannot use real web sockets in production.
Usin…
-
**Describe the bug**
With AutoForm 8.0.0-rc.4, meteor 3.0.2
For each field representing an added inputType, a warning is appearing in the console
**AutoForm: no theme found, please consult the …
-
We are using primus with sockjs. It appears that our objects are getting encoded by both Primus and SockJS, so that a message on the websocket looks like this `["{\"action\":\"match\",\"id\":732427}"]…