netty-socketio
netty-socketio copied to clipboard
Why does the start() method in the SocketIOChannelInitialize class add "/" to the end of the context property
public void start(Configuration configuration, NamespacesHub namespacesHub) {
PacketDecoder decoder = new PacketDecoder(jsonSupport, ackManager);
String connectPath = configuration.getContext() + "/";
}
Because of love