You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The bridgefyDidConnect(with userID: UUID) function never seems to be called when there's a new connection. I have my application running on two phones. When I quit the application on the first phone, the second phone fires the bridgefyDidDisconnect(from userID: UUID) function. It even has the correct UUID from the other phone. However, the bridgefyDidConnect function was never fired.
Additionally, broadcast messages don't seem to be received from either phone.
To Reproduce
Start application on phone A
Start application on phone B (phone A shows that it sends a message)
Try to broadcast messages between phones A and B (does not work).
Wait a few minutes and quit application on phone B.
Phone A will trigger bridgefyDidDisconnect and have the correct UUID for phone B, however it never executed bridgefyDidConnect when the connection was initially established and it didn't receive any of the broadcast messages.
Expected behavior
bridgefyDidConnect function should fire when there's a new connection.
Phones A and B should be able to receive the broadcast messages.
Smartphone (please complete the following information):
Device: iPhone 14 Pro Max and iPhone 14 Pro
OS: iOS 16.3
The text was updated successfully, but these errors were encountered:
Describe the bug
The bridgefyDidConnect(with userID: UUID) function never seems to be called when there's a new connection. I have my application running on two phones. When I quit the application on the first phone, the second phone fires the bridgefyDidDisconnect(from userID: UUID) function. It even has the correct UUID from the other phone. However, the bridgefyDidConnect function was never fired.
Additionally, broadcast messages don't seem to be received from either phone.
To Reproduce
Expected behavior
bridgefyDidConnect function should fire when there's a new connection.
Phones A and B should be able to receive the broadcast messages.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: