100% CPU usage when the socket is closed

Issue #1070 new
Petr Nejedly repo owner created an issue

Comments (2)

  1. Petr Nejedly reporter

    This is related to simpleframework

    In ActionSelector.select(timeout) it doesn't block and immediately returns, causing the while loop in ActionDictribution.execute() to max out the CPU.

    Not sure what to do here, probably some actions should be removed from the channels when the socket is closed.

  2. Log in to comment