Errors will be catched and the catch produces an direct buffer exception
Sumandora opened this issue ยท 1 comments
This catch is a problem.
If a exception is being catched and is recognized as an "unexpected disconnect" then in.array() will be called.
This can lead to a direct buffer and the original error will go unknown.
Printing the error before calling in.array() might be a temporary fix.