pereverges
pereverges
### Describe the bug After running for the second or third time the same program it gets blocked at the .sendStreamNonBlocking(sendBuffer, new SendCallback(sendBuffer, this)); call, it is trying to access...
### Describe the bug I have compiled the code in my laptop and there it executes perfectly, however when I port the code to a server I am sometimes running...
### Describe the bug The code gets stuck in a worker.waitForEvents. I do not understand how this is possible if this is non blocking. Moreover I perform worker.close(), while it...