mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #244] Payload with new lines is not printable #61
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andy-opal on GitHub (May 17, 2022).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/244
unicode.IsPrintreturnsfalsefor\nso the function here returns false for any payload containing newlines:github.com/hibiken/asynqmon@1597dac66e/conversion_helpers.go (L62)I think it would still be good to render these payloads in asynqmon. Maybe you could whitelist carriage returns and newlines?