Evgeny Khramtsov
Evgeny Khramtsov
This is a follow-up for #9 The generator should generate separate files (both *.erl and *.hrl) in the third-party project directory. So there should be no hassle to copy anything...
When RTB is configured to use WebSocket connections, [gun](https://github.com/ninenines/gun) occasionally produces meaningless supervisor reports and thus pollutes the log. Related issue: https://github.com/ninenines/gun/issues/187
### Environment - **Operating System:** Ubuntu 20.04 - **Rust Version:** 1.78.0 (9b00956e5 2024-04-29) - **tokio-uring Version:** 0.5.0 ### Description A panic occurs when calling `recv_from()` on a `UdpSocket` after the...
This update improves EOF processing by saving and restoring the position, allowing the caller to re-read if necessary. This approach matches the strategy used in the `seek_absgp()` function. This change...