mrniko / netty-socketio

Socket.IO server implemented on Java. Realtime java framework
Apache License 2.0
6.83k stars 1.66k forks source link

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

Open liu-y-d opened 2 months ago

liu-y-d commented 2 months ago

public void start(Configuration configuration, NamespacesHub namespacesHub) {


    PacketDecoder decoder = new PacketDecoder(jsonSupport, ackManager);

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

}
sunmaolin commented 2 months ago

Because of love