Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression in reading stratum messages (#2450)
It was introduced in #2418, it turns out std read_line always appends to the string, not writes from the beginning, so when we have multiple workers to read from all messages are concatenated
- Loading branch information