Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add test that shows size limitation of jsoncomm
The jsoncomm code is using `socket.SOCK_SEQPACKET` and is written with the assumption that each send/recv transmit exactly one msg. Unfortunately there is a size limit for these messages defined by the kernel (`/proc/sys/net/core/wmem_max`) which can be hit by large messages, e.g. from a `org.osbuild.files:map()`.
- Loading branch information