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
I'm building a server which auto updates, but when it restarts I get "address in use" exceptions. As far as I can tell from hyperium/hyper#1575 I need to set reuse_addr, but I can't seem to find a way to do it through axum_server. Any chance it could be added? (I'm also using rustls).
The text was updated successfully, but these errors were encountered:
Hi,
I'm building a server which auto updates, but when it restarts I get "address in use" exceptions. As far as I can tell from hyperium/hyper#1575 I need to set reuse_addr, but I can't seem to find a way to do it through axum_server. Any chance it could be added? (I'm also using rustls).
The text was updated successfully, but these errors were encountered: