how to create multi clients by pyside/pyqt? #867
-
I wanna use a UI to create/stop some clients, but i dont know how to create clients, because when run client.run(), the UI is blocked. |
Beta Was this translation helpful? Give feedback.
Answered by
VincentRPS
Jan 27, 2022
Replies: 1 comment 4 replies
-
if your talking about client.run not being async, you can use client.start or client.login & client.connect |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Dorukyum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if your talking about client.run not being async, you can use client.start or client.login & client.connect