netty5/example/src
Norman Maurer 4b9125f961
Correctly release message in MemcacheClientHandler that is used in the memcache example. (#8119)
Motivation:

MemcacheClientHandler.channelRead(...) need to release the frame after it prints out its content to not introduce a memory leak.

Modifications:

Call release() on the frame.

Result:

Example has no leak any more.
2018-07-11 10:18:18 +01:00
..
main Correctly release message in MemcacheClientHandler that is used in the memcache example. (#8119) 2018-07-11 10:18:18 +01:00