gradido/federation
clauspeterhuebner 60c3749119 Merge remote-tracking branch 'origin/master' into
3573-feature-introduce-distributed-semaphore-base-on-redis
2025-11-26 16:49:28 +01:00
..
2025-11-26 14:07:13 +01:00
2022-12-07 02:38:28 +01:00
2025-11-24 17:03:44 +01:00
2025-05-07 16:11:39 +02:00
2025-06-21 15:07:01 +02:00

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.