strausmann / minecraft-bedrock-connect

Minecraft Bedrock Connect based on Pugmatt/BedrockConnect
MIT License
8 stars 3 forks source link

The packet_limit Docker environment variable is not passed to the https://github.com/strausmann/minecraft-bedrock-connect/blob/main/image/bedrock-entry.sh startup command. #6

Open pattarom opened 3 weeks ago

pattarom commented 3 weeks ago

The packet_limit Docker environment variable is not passed to the https://github.com/strausmann/minecraft-bedrock-connect/blob/main/image/bedrock-entry.sh startup command.

This causes the error: [Pugmatt/BedrockConnect] [nioEventLoopGroup-2-1] WARN org.cloudburstmc.netty.handler.codec.raknet.server.RakServerRateLimiter - [/192.168.1.209] Blocked because packet limit has been reached null disconnected

I opened a problem to Pugmatt who kindly analysed it and found that it was caused by the environment variable PACKET_LIMIT not being passed by the startup script "bedrock-entry.sh".

Thank you

strausmann commented 3 weeks ago

Let me check this.

strausmann commented 1 week ago

:tada: This FR is included in version 2.3.0 :tada:

The release is available on GitLab release.

Your semantic-release bot :package: :rocket: