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

FR: ProxyReady Event? #828

Open
thxrben opened this issue Oct 28, 2023 · 1 comment
Open

FR: ProxyReady Event? #828

thxrben opened this issue Oct 28, 2023 · 1 comment

Comments

@thxrben
Copy link

thxrben commented Oct 28, 2023

In our network, I need to know not if a proxy has started (as in the java process for a given proxy has started), but I need to know if a proxy is ready to listen.

Bungee writes a "Listening on xyz" messages into the log. If Waterfall is ready to accept connections, it should invoke a ProxyReady event, so I could implement this in a plugin.

Are there potential other ways to wait for a proxy until its ready?
Dont want to rely on testing against open TCP sockets or reading log messages until "Listening on" comes up.

@thxrben
Copy link
Author

thxrben commented Dec 16, 2023

See PR #836 for a possible implementation.

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