-
Merhabalar,
Şuan yaptığım uygulamada veritabanın da soket kullanarak bir makine listesi çekiyorum ve sürekli olarak state leri güncelliyorum. 5-6 adet kayıt varken problem yoktu fakat kayıt sayısı …
-
It does not take into account the presence of the frame : See [sokets and frame](https://user-images.githubusercontent.com/28003269/34902801-3e828190-f83c-11e7-9fcf-c00bb6cef354.gif)
-
```
Debug: internal, implementation, error
Error: reply interface called twice
at Object.exports.assert (/var/www/web-site/swinechat/node_modules/hoek/lib/index.js:736:11)
at Function.int…
-
In the websites documentation on using multiple nodes (http://socket.io/docs/using-multiple-nodes/#using-node.js-cluster), the section says to use Sticky Session (https://github.com/indutny/sticky-ses…
-
works
```
"browser": "engine.io.js",
```
What do you think, should this work too?
```
"browser": {
"main": "engine.io.js",
}
```
The problem with this module:
https://github.com/socketio/engine.…
-
``` js
var exampleSocket = new WebSocket("ws://www.example.com/socketserver", ["protocolOne", "protocolTwo"]);
```
I want to use the custom protocols like `protocolOne` and `protocolTwo`.
How can I …
-
$ npm install soket.io
npm WARN package.json app-node@0.0.1 No repository field.
npm WARN package.json app-node@0.0.1 No README data
npm http GET https://registry.npmjs.org/soket.io
npm http 404 https…
-
Also this could be parsed:
```
"jspm": {
"main": "socket.io.js",
}
```
https://github.com/socketio/socket.io-client/blob/master/package.json#L14
-
vi (eg & @tawaterhouse) ønsker en bedre kobling mellom kidsakoder og githubsidene for å gjøre det enklere og bedre for brukere å finne og bruke oppgavesettene våre. altså, vi fortsetter å utvikle gith…
tjesi updated
8 years ago
-
I use okhttp and webSoket (https://github.com/socketio/socket.io-client-java) in my app, I found a problem, when I compile okhttp.jar into my project , my websoket disconnect and reconnect repeatedly,…