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
The problem is best illustrated with the exchange between GUI and LS:
LS is slow to respond to connection initialization requests
GUI makes a few attempts to get the connection
Eventually, session is initialized and GUI receives a (late) reply
Further requests receive the already initialized error response, as per protocol specification
It seems that GUI's handling is incorrect. It should respect the already initialized connection response and either continue or close the connection first. Retrying the same request is not going to change the response.
The problem is best illustrated with the exchange between GUI and LS:
It seems that GUI's handling is incorrect. It should respect the already initialized connection response and either continue or close the connection first. Retrying the same request is not going to change the response.
This is blocking #9789.
Note that the repercussions of the current logic are that the project is unusable:
The text was updated successfully, but these errors were encountered: