Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
liu-y-d opened this issue Aug 28, 2024 · 1 comment

Comments

@liu-y-d
Copy link

liu-y-d commented Aug 28, 2024

public void start(Configuration configuration, NamespacesHub namespacesHub) {


    PacketDecoder decoder = new PacketDecoder(jsonSupport, ackManager);

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

}
@sunmaolin
Copy link

Because of love

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants