-
Hi!
I followed [these instructions](https://github.com/msgpack/website/blob/master/README.md#how-to-list-up-your-project-on-msgpackorg) to get [ArduinoJson](https://github.com/bblanchon/ArduinoJson…
-
I use gocache as a cachable mysql wrapper.
```golang
bc, err := bigcache.NewBigCache(bigcache.DefaultConfig(time.Minute))
if err != nil {
panic(err)
}
return cache.NewLoadable(func(key int…
-
## What feature are you suggesting?
### Overview:
As mentioned in one of the issues in our simulator (FS-Driverless/Formula-Student-Driverless-Simulator#225), it could be nice to replace rpc…
-
I would like to use an application-defined buffer growing strategy, basically (pseudo code):
```
if (data_size > unpacker.buffer_capacity()) {
unpacker.resize(unpacker.size() * RESIZE_FACTOR)…
-
Copied from origin issue.
***
参阅 **Neo-Omega** 中对 `packet.PyRpc` 的更改,为了确保 **PhoenixBuilder** 与 **Neo-Omega** 在处理 `packet.PyRpc` 上的一致性,本存储库或许应当应用相同的更改。
这些更改的同步还在进一步斟酌和讨论中,它们主要体现在以下几个部分。
- [x] 使…
-
The following erro occurred when i use msgpack in worker-thread
```shell
[2023-06-09T15:59:10.621] [ERROR] default - thread error: Error: Module did not self-register: 'xxxxxx\node_modules\msgpack…
-
```rust
// [package]
// name = "xml_vs_json"
// version = "0.1.0"
// edition = "2021"
// [dependencies]
// eyre = "0.6.12"
// quick-xml = { version = "0.31.0", features = ["serde", "serialize…
-
Server that
* [x] Receives multiple NMEA streams over TCP/ssl
* [x] Stores incoming AIS on disk as partitioned msgpack files
* [x] Sends received AIS to end user clients over TCP/ssl
* [ ] Handl…
-
**Description**
Saltmaster generates an error when running an "_openssl s_client -connect_" command on the ReqServer port.
All salt-calls time out after this error has occured.
Saltmaster don't rec…
-
Hey, first of all, good work on this module here!
I was reviewing your module, as I was interested to utilize it to speed up communication within micro service networks. I also compared it to major…