A reproducer for a bug with Netty 4.
To reproduce this bug yourself:
- Clone this project
- chmod +x gradlew
- ./gradlew build
- java -jar build/libs/.jar
Program options available:
- -Dtest.batch: The number of messages to send before sleep
- -Dtest.sleep: The sleep duration in millis after sending 1 batch (test.batch)
- -Dtest.length: The length of a single message
- -Dtest.random: Generate random strings or not (true/false)
- -Dtest.log_time: The log interval in millis
- -Dtest.port: The port to run the server