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
Refactor crate::presentation::device::SessionManager so that it is not mutated when handling a request. Instead, create a series of new structs that immutably borrow the SessionManager, where each struct represents a step in the handling process, something like:
SessionManager::handle(request: SessionData) -> Request -> PreparedResponse -> Response
The text was updated successfully, but these errors were encountered: