Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Oct 9, 2024
1 parent dbaaa26 commit 9e61d54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ciphernode/router/src/e3_request_router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ impl Handler<EnclaveEvent> for E3RequestRouter {

// Send to bus so all other actors can react to a request being complete.
self.bus.do_send(event);

// clean up context
context.cleanup();
self.contexts.remove(&e3_id);
}
Expand Down

0 comments on commit 9e61d54

Please sign in to comment.