In the test environment, bowline is outputting logs at a frequency of approximately 20,000 times per second with the following error:
2025-04-09T09:05:46+0900 decode-error: DecodeError "incomplete input: BufferOverrun"
2025-04-09T09:05:46+0900 decode-error: DecodeError "incomplete input: BufferOverrun"
2025-04-09T09:05:46+0900 decode-error: DecodeError "incomplete input: BufferOverrun"
...
It is suspected that there is an issue with the DecodeError handling, which may be causing an unintended loop.
In the test environment, bowline is outputting logs at a frequency of approximately 20,000 times per second with the following error:
It is suspected that there is an issue with the DecodeError handling, which may be causing an unintended loop.