-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fjerner mer bruk av global state i Kommandofabrikk
Siden listene med observers var et felt i kommandofabrikken, kunne både behandling av meldinger fra rapiden og API-kall (oppdaterPerson) legge til utgående meldinger i/via observerne. Når publiserOppsamledeMeldinger ble kalt, sendte den ut behov for forskjellige personer på samme nøkkel og med samme meldingId. Dette gjorde at feil context ble gjenopptatt når svaret på behov ble behandlet. Co-authored-by: Øydis Kind Refsum <[email protected]>
- Loading branch information
1 parent
3a32c38
commit 1b0092a
Showing
2 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters