netty-socketio icon indicating copy to clipboard operation
netty-socketio copied to clipboard

Why does the start() method in the SocketIOChannelInitialize class add "/" to the end of the context property

Open liu-y-d opened this issue 1 year ago • 1 comments

public void start(Configuration configuration, NamespacesHub namespacesHub) {


    PacketDecoder decoder = new PacketDecoder(jsonSupport, ackManager);

    String connectPath = configuration.getContext() + "/";

}

liu-y-d avatar Aug 28 '24 03:08 liu-y-d

Because of love

sunmaolin avatar Aug 28 '24 06:08 sunmaolin