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
SessionId and ClientId are type aliases to Uuid in gateway. It comes as no surprise that we most likely made a mistake and switched them up at some point in the code base 🤓
Try to untangle them without destroying the system's (apparent) functionality. We should use strongly-typed identifiers, as we do in the other projects... and preferably just use core-model --- which would allow us to destroy a lot of conversion code in gateway as a side victory
SessionId
andClientId
are type aliases toUuid
in gateway. It comes as no surprise that we most likely made a mistake and switched them up at some point in the code base 🤓Try to untangle them without destroying the system's (apparent) functionality. We should use strongly-typed identifiers, as we do in the other projects... and preferably just use
core-model
--- which would allow us to destroy a lot of conversion code in gateway as a side victoryhttps://github.com/Terkwood/BUGOUT/tree/tinker/mega-refactor
The text was updated successfully, but these errors were encountered: