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
If one of the listening ports (JSON or Binary) is already in use, the refbox app emits a panic message in the logs that doesn't specify which port was already in use.
Rather than a panic that gets logged by log_panics we should have a error!() message that includes which port was in use, and a graceful termination of that tokio::task
The text was updated successfully, but these errors were encountered:
If one of the listening ports (JSON or Binary) is already in use, the refbox app emits a panic message in the logs that doesn't specify which port was already in use.
Rather than a panic that gets logged by
log_panics
we should have aerror!()
message that includes which port was in use, and a graceful termination of thattokio::task
The text was updated successfully, but these errors were encountered: