cloudflare / cloudflare/lua-resty-logger-socket
When log messages are generated too quickly, problems may arise
Open
- Dominant language
- Raku
- Stars
- 493
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
When log messages are generated too quickly, does it cause logs to be split during transmission? For instance, when originally sending '...abcdefg...', which is a relatively long string, the actual transmission might result in '...abcd' and 'efg...' being sent as two separate strings. This is not the expected behavior.
Contributor guide
Assessment
This issue has not been assessed yet.