don't remove request from state until after re-hiding window

This commit is contained in:
2023-09-12 11:47:33 -07:00
parent 51fcccafa2
commit f522674a1c
4 changed files with 11 additions and 7 deletions

View File

@@ -116,6 +116,8 @@ pub enum SendResponseError {
NotFound,
#[error("The specified request was already closed by the client")]
Abandoned,
#[error("A response has already been received for the specified request")]
Fulfilled,
#[error("Could not renew AWS sesssion: {0}")]
SessionRenew(#[from] GetSessionError),
}