ngrok / ngrok-java

Embed ngrok secure ingress into your Java apps with a single line of code.
Other
21 stars 6 forks source link

Chunk data based on the buffer capacity #7

Closed nikolay-ngrok closed 12 months ago

nikolay-ngrok commented 12 months ago

Fixes: #5 Replaces: #3

If we attempt to write an array bigger then our capacity, we should automatically split it in chunks and write these, as opposed to throwing array out of bounds exc.

Also, increase the buffer size to 4k.