-
I have a case where Firebase events are emitted asynchronously and new data needs to be injected into the state at any time.
With the exception of being jenky and using `wrapComponentWithState()` …
-
As a TC user
I would like emojis to appear on others' chats in real-time
So that my chat experience is more responsive
Currently, one user wouldn't see another's reaction in the same chat until they…
-
On Unix systems (e.g. Linux) file descriptors are the handle used for files and sockets. These may be passed between processes, e.g. using Unix domain sockets. This gives the case where Dart code migh…
-
I'm playing with web sockets and `Yesod`.
After connection I have to ping server some how from time to time. For this purpose I want periodically send special ping command to server. Server's response…
-
Hello!
I've built Neutrino from the latest source code and tried it with [BenchmarkNet](https://github.com/nxrighthere/BenchmarkNet) but I've encountered an exception from Neutrino:
`NTO Error: Er…
-
As above, simply importing the task decorator adds >2 seconds(!!!) to application start time.
## Context
This is not a bug per se, but given the (ideally) snappy nature of lambda, a simple import …
-
With operations over sockets (or a SignalR Hub), it'd be possible to :
- subscribe to certain URLs
- with include, fields, etc, this would be the most similar to GraphQL's "Queries"
- to asy…
-
Reviewing some options for bringing TLS / SSL support to TCP sockets for Helios 2.0.
The implementations thus far look like:
1. [`SslStream`](https://msdn.microsoft.com/en-us/library/system.net.secur…
-
### Go version
go1.22.5
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/raggi/Library/Caches/go-build'
GOENV='/Users/ragg…
raggi updated
2 months ago
-
In the company I work for, we're building an Emscripten binding over a custom, low-level, C networking library. Our JS/TS binding used to be done with Node-API; but that came with a clunky, hard to ma…