mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
13 lines
406 B
Markdown
13 lines
406 B
Markdown
# 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. |