mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
406 B
406 B
Federation
Bun-Compatibility
Known Issue: Bun's --minify breaks mysql2 compatibility
error: Received packet in the wrong sequence.
fatal: true,
code: "PROTOCOL_INCORRECT_PACKET_SEQUENCE"
This issue seems to be caused by bun aggressively optimizing or minifying binary operations in the mysql2 authentication layer (Buffer, crypto, xor, etc.), resulting in corrupted packet handling.