Skip to content

Commit

Permalink
Update namespaces (#230)
Browse files Browse the repository at this point in the history
* remove getAcknowledgedSessions

* rename method

* fix connect() bug

* update namespaces on controller request

* turn off logger
  • Loading branch information
llbartekll committed May 25, 2022
1 parent 9606a9a commit 03d69f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ final class NonControllerSessionStateMachine {
networkingInteractor.respondError(for: payload, reason: .unauthorizedUpdateNamespacesRequest)
return
}
// session.updateNamespaces(updateParams.namespaces)
session.updateNamespaces(updateParams.namespaces)
sessionStore.setSession(session)
networkingInteractor.respondSuccess(for: payload)
onNamespacesUpdate?(session.topic, updateParams.namespaces)
Expand Down

0 comments on commit 03d69f9

Please sign in to comment.