Move addConnectionToClient to before setting connection in open init #45
Labels
03-connection
type: refactor
Architecture, code or CI improvements that may or may not tackle technical debt.
Milestone
Summary
The call to
addConnectionToClient
should be called beforeSetConnection
in OpenInit. The state change won't be committed if the error is returned, but it is easier to read/verify when setting the connection state occurs last.For Admin Use
The text was updated successfully, but these errors were encountered: