Closed ivankosdy closed 10 years ago
i was using 1.7.3...
anyway i built 1.7.4 with switched order in SocketIOChannelInitializer:
authorizeHandler = new AuthorizeHandler(connectPath, scheduler, configuration, namespacesHub, factory, this, ackManager, clientsBox); factory.init(namespacesHub, authorizeHandler, jsonSupport);
and it's working fine now
Fixed
Hi mrniko!
I have 2 running server instances (eg ports 8080,8081) using RedissonStoreFactory connected to the same redis server
when client connects to 8080, server 8081 throws a null pointer exception
debugger says that authorizeHandler is null
could you help me with this issue please?