In the AtmosphereUtils near line 72: ``` java URI uri = URI.create(request.remoteAddress()); ``` The result for an IPv6 is not parsed correctly. Maybe something else should be used instead of the URI api...