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
When initialising a bespoke Rust plugin, we can see that the Router is ready to receive connections before the plugin has finished initalising using the new constructor. This is not surprising, but it means that the router is not, in fact, ready to receive connections.
What are our options for using the plugin (or the main function or whatever) to control when the Router is ready to receive requests?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When initialising a bespoke Rust plugin, we can see that the Router is ready to receive connections before the plugin has finished initalising using the
new
constructor. This is not surprising, but it means that the router is not, in fact, ready to receive connections.What are our options for using the plugin (or the
main
function or whatever) to control when the Router is ready to receive requests?Beta Was this translation helpful? Give feedback.
All reactions