-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Program hangs when second session tries to start #23
Comments
Ha-ha, classic. |
@handlerug Multi-sessions are not supported in this library. I left a room for the multi-sessions in |
Thank you for reply! I already use multiple managers for accounts, but as I described in the issue, this approach doesn't work for unknown reason :( |
@handlerug When Thanks for your participations for multi-session uses in various ways. If it finally work with multi managers, it would be cool. But if not, I think reserving it to the next version of the lib would be the better way. In the following major update, I will seriously consider it together with other feature requests. |
Woah, a month has already passed since last reply to this issue. I tried looking at the code, and it hangs at |
I am trying to implement multi-account feature in my program. I define array of accounts and try to login:
Logs:
Does your library support multiple sessions? I explored your code and I think those accounts should use different managers. If you need the
Account.Login
method's code, I can upload it as gist (this is the code from SimpleShell, with small changes). Thank you a lot for this beautiful library!The text was updated successfully, but these errors were encountered: