-
WebSocket timeout and phoenix_gen_socket_client are not reconnecting to the WebSocket server.
I added a timeout behavior to my server WebSocket in `endpoint.ex`:
`socket "/socket", MyWeb.UserS…
-
I'm doing this awesome web3-workshop. I solved the 'multicodec' issue thanks to @tijsmaas. I stumbled on more warnings.
It seems that this repository may benefit from an update for 2021. I volunte…
-
Hey developers, can you plz add support for creating websocket server.
-
```
$ node server.js
info - socket.io started
/home/emfb/Desktop/ga-bitbot/ga-bitbot/tools/nimbs/node_modules/socket.io-client
/lib/socket.js:327
this.transport.payload(this.buffer);
…
-
### Is your feature request related to a problem? Please describe.
I'm logging the data produced by OpenDTU into a database using a small tool I wrote and open sourced yesterday, [opendtu-logger](h…
phol updated
3 months ago
-
Written on 2019-08-19 6:16:51 AM
URL: https://mcguirev10.com/2019/08/18/minimal-full-feature-kestrel-websocket-server.html
-
```
$ node server.js
info - socket.io started
/home/emfb/Desktop/ga-bitbot/ga-bitbot/tools/nimbs/node_modules/socket.io-client
/lib/socket.js:327
this.transport.payload(this.buffer);
…
-
### Use case
support web assembly version of tailscale client connect to headscale controller
### Description
wasm tailscale client is from [tailscale/tsconnect](https://github.com/tailscale/tailsc…
-
### 🥰 Feature Description
希望后端推送给前端数据的时候,不要使用这种单向的http流式推送,这种方式比websocket双工方式而言,更加容易被企业防火墙阻断,特别是很多程序员都是在公司内部电脑上面使用的时候,经常遇到被公司防火墙阻断这种http单向推送,使用体验非常不好,大型的公司,开发人员超过200个的各种大型公司,在这种公司内部电脑使用的时候,经常触发防火墙或者代…
-
We recently had an interesting group conversation about streaming data. We discussed infrastructure that might be useful for a wide variety of use cases. I'm writing this in the Tiled repo because a) …