simonchen-supra
simonchen-supra
I created another crate based on latest version of serde_bytes and add generic byte array support. @dtolnay can be merged into this? https://crates.io/crates/serde_bytes_ng
in case anyone looking for drop-in replacement with all bytes/slice support in one crate, can use this https://github.com/so-schen/serde-bytes-ng
@msmouse if to implement interface using memory only for ease of testing, it still need to include rocksdb in build dependencies which increases build time. The dependency only on error...
> That's true @so-schen. Out of curiosity, why are you constantly changing and building the interface crate without needing to build the whole thing (the aptos node or other binaries),...
@mmastrac, by reading the impl, it seems to me the [read frame](https://docs.rs/fastwebsockets/latest/fastwebsockets/struct.FragmentCollector.html#method.read_frame) is not Cancel safe. Am I correct?
`FragmentCollector::read_frame()` which use `async fn parse_frame_header` does not remember the read pointer, so if it is canceled in the middle, the data read from tcp stream will be forgotten in...
@RoloEdits , apparently it is due to the space in the path "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\atlmfc\\lib\\x64", `Microsoft Visual Studio` unfortunately, I do not have window env to try this. is...
if you enable verbose build, do you see any difference in linking phase between release and debug build? And have you tried to clean up `target` or cargo `.registry` and...
@fafhrd91, it is growing along with time I use ntex tokio runtime in about 2h test, I see ~950 connection with CLOSE WAIT there
I can see from the output, the Recv queue mostly have 1 byte left