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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
When Cate Desktop is launched, a new Cate WebAPI service instance should be created for every registered user in the OS.
Actual behavior
Cate Desktop will reuse any running Cate WebAPI service even of another user, because it connects to localhost:<port>. It even connects, although the Cate WebAPI service may be incompatible with the required version.
Steps to reproduce the problem
Log in as user 1
Start Cate Desktop 2.0.0.dev1
Log in as user 2
Start Cate Desktop 2.0.0.dev7
--> Cate Desktop 2.0.0.dev7 for user 2 will start and reuse Cate WebAPI 2.0.0.dev1 from user 1.
Specifications
Cate Desktop 1.0 to 2.0.0.dev7
The text was updated successfully, but these errors were encountered:
Expected behavior
When Cate Desktop is launched, a new Cate WebAPI service instance should be created for every registered user in the OS.
Actual behavior
Cate Desktop will reuse any running Cate WebAPI service even of another user, because it connects to
localhost:<port>
. It even connects, although the Cate WebAPI service may be incompatible with the required version.Steps to reproduce the problem
--> Cate Desktop 2.0.0.dev7 for user 2 will start and reuse Cate WebAPI 2.0.0.dev1 from user 1.
Specifications
Cate Desktop 1.0 to 2.0.0.dev7
The text was updated successfully, but these errors were encountered: