-
Notifications
You must be signed in to change notification settings - Fork 66
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
IP address not updates after recreate minecraft's server docker container #376
Comments
plasmo-voice/proxy/common/src/main/java/su/plo/voice/proxy/server/VoiceRemoteServerManager.java Line 95 in 120f5a8
Here address resolves only on starting of velocity, and not updates later |
Any updates? |
Should be fixed in 2.1.0 by this commit ca6ce2e Prerelease is available here: |
|
I have all minecraft servers in docker containers.
My velocity plasmovoice/config.yml
After recreating of docker container named as
pfaumc-vanilla-1
internal IP address of container changes, but velocity plasmovoice still try to connect to old IPHow to fix?
Change one-time resolving of IP address, need to resolve IP server dynamicly (maybe with cache with 1 minute timeout)
The text was updated successfully, but these errors were encountered: