-
Notifications
You must be signed in to change notification settings - Fork 7
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
Session doesn't connect to peers #15
Comments
Hi @chaert-s, there's also the adding of |
Naturally : ) |
just thought of something else, you're using
I'm not the best with SwiftUI, but try putting an initialiser for multidelegate to see how many times it is created. |
Thanks for the suggestions, I'll try them out! |
Hi,
I have this running on 2 physical devices but when I try to connect them, I simply get this in the Xcode cmd output:
Not in connected state, so giving up for participant [48c78cc] on channel [0]. Not in connected state, so giving up for participant [48c78cc] on channel [1]. Not in connected state, so giving up for participant [48c78cc] on channel [2].
The peers never connect to each other. Is there anything I need to consider aside from initializing the session? I am currently doing it like in the sample app (which works fine on both devices)
The text was updated successfully, but these errors were encountered: