-
- https://github.com/metanorma/packed-mn/actions/runs/444220306
- https://github.com/metanorma/packed-mn/actions/runs/444220304
-
Network transmission structures:
**Handshake**
```
- version: 2b
- status: 1b
- 0 = new connection (from client)
- 1 = restore connection (from client)
- 2 = accept connection (from ser…
-
All modules are loaded to the client application sandbox using `api.registry.require` function, which uses node.js `require`. So all modules are cached. This can lead to a situation, when client appli…
-
-
ssh server will give CLI to RPC
@aqrln Do you like this idea?
-
hello,
i have installed the scetch to a wemo d1 mini...Web and MQTT is working, but i have no communication to the heatpump...i have it connected like shown at swicagoheatpump readme...but without 10…
-
__Setup__
API GW deployed in K8s, no issue found in local docker container or local process.
__Issue__
From time to time, it returns 400 Bad Request for large payload of PORT LIST API. In the fo…
xieus updated
3 years ago
-
We have `ConcurrentQueue` in `lib/queue.js` but new chaining `metasync.queue` may implement more features from Queueing theory:
- Prioritized queueing
- Ordering: FIFO/LIFO
- Process throttling
- …
-
Server with protocol 'jstp' ignores the setting 'address' and always listens to all interfaces.
For example, in \config\servers.js we have
> master: {
> protocol: 'jstp',
> transpor…
-
Does jstp support bidirectional RPCs?