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

NoSuchMethodError when using the StompClient() factory function without WS client #251

Closed
joffrey-bion opened this issue Jul 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@joffrey-bion
Copy link
Owner

joffrey-bion commented Jul 3, 2022

This factory function is declared in the same package as the core module, and with an identical filename. This means that it ends up in the same class StompClientKt as the core module's functions, in particular the private top-level function extractHost().

This factory function should be removed, or moved to a different package to make it clear that it comes from another module and avoid such conflicts.

It may actually be worth removing this function entirely to avoid confusion in the setup as well.

@joffrey-bion joffrey-bion added the bug Something isn't working label Jul 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant