mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #567] Multiple Desktop Connections #327
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#327
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chico-depressive on GitHub (Dec 16, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/567
I was thinking, there is any way to connect 2 clients from different desktops from the same machine?
ex: clientDesk1.exe and clientDesk2.exe connected to a server.exe?
Concatenating desktop name with instance mutex should work, but what about the connection?
@seventhplug commented on GitHub (Dec 17, 2016):
i think you can do that.. in Client Builder just build 2 different client for 2 different server
Ex.
client 1... change client tag and mutex, connection settings --> connection host.. put the 1 server..
then in the Installation Settings Set the Install directory to System
@MaxXor commented on GitHub (Apr 14, 2017):
Yes, as @seventhplug said. Just change the mutex and installation name (so they don't override each other).