"Error: Session currently connected" #1042
Unanswered
RyanSea
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goal
I'm using Discord as an interface for my app. A bot command generates the QR code.
I'd like different users to be able to make smart contract calls via discord, where the app queries their mobile wallet when they give a bot command.
Problem
I can connect to 1 address, but when I try to generate a second QR code for a different user, I get
Error: Session currently connected
Can I hold multiple connections at once?
If not, can I disconnect with a user and store their Peer ID and request a connection without needing to give them another QR code?
Beta Was this translation helpful? Give feedback.
All reactions