Lev Walkin

Results 12 issues of Lev Walkin

This patch introduces a runtime configuration reload. `killall -USR1 nutcracker` would cause a configuration reload. #### Changes - The patch contains the test cases to test different failure scenarios. Unfortunately,...

### Expected behavior The Channel callbacks lifecycle should start with `channelActive` and end with `channelInactive`. ### Actual behavior Sometimes under high concurrency the `channelRead` is invoked prior to `channelActive`. ###...

kind/bug