Skip to content

Commit

Permalink
update session namespace on response only
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Jul 19, 2022
1 parent 01f3c4b commit 6733e83
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ final class ControllerSessionStateMachine {
try validateControlledAcknowledged(session)
try Namespace.validate(namespaces)
logger.debug("Controller will update methods")
try session.updateNamespaces(namespaces)
sessionStore.setSession(session)
try await networkingInteractor.request(.wcSessionUpdate(SessionType.UpdateParams(namespaces: namespaces)), onTopic: topic)
}
Expand Down

0 comments on commit 6733e83

Please sign in to comment.