You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: