097f422198
Motivation: In our example we did use pipeline.context(this) to obtain the context of the handler while it was already passed in via ctx. This could confuse users and give the impression that the context is no the same. Modifications: Just use ctx directly. Result: Fix confusion in example code. This was brought up on stackoverflow: https://stackoverflow.com/questions/56711128/when-is-a-channelhandlercontext-handed-to-a-channelhandler-not-that-channelhandl |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
pom.xml |