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
Right now, the program waits for a request to be made in order to break from the infinite loop. Needs a better implementation, like the suggestions mentioned in https://tokio.rs/tokio/topics/shutdown.
Right now, the program waits for a request to be made in order to break from the infinite loop. Needs a better implementation, like the suggestions mentioned in https://tokio.rs/tokio/topics/shutdown.
Relevant line of code:
https://github.com/laurenceisla/pgx_demo/blob/2ba2f84614beb00fcd870d7a0cf6e85200374e81/src/web_server_async.rs#L27-L29
The text was updated successfully, but these errors were encountered: