Closed
Description
I'm check out latest version and trying to run YourIp example, but it doesn't seems to work. So I check out version 1.6 and it do nothing. The only version that works for me is 1.5 .
After some debugging I figured out that method
@Consumes
public void consume(ExtendedHandshake handshake, MessageContext context) {
is never called. So, messenger can't populate it's "supportingPeers" collection. But, I don't understand how to fix it. Please, help