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

HotSwapper Cannot be used multiple times #457

Open
MagicalWhirlwind opened this issue Aug 2, 2023 · 0 comments
Open

HotSwapper Cannot be used multiple times #457

MagicalWhirlwind opened this issue Aug 2, 2023 · 0 comments

Comments

@MagicalWhirlwind
Copy link

HotSwapper hs = new HotSwapper(8000);
hs.reload(clzz1.getName(), bytes);

HotSwapper hs = new HotSwapper(8000);
hs.reload(clzz2.getName(), bytes);

java.net.ConnectException: Connection refused: connect

There is no method to close the connection with HotSwapper.

what can i do ?

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

1 participant