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
`testSendFile` is the first ObjC test to connect, and it is the first `Room` in
that bundle's process — the ObjC bundle runs in its own PID, separate from the
Swift phase. Server logs show the SFU sending the subscriber offer and five ICE
candidates within 1ms of the join while the SDK never answers; the client gives
up 10.1s later and the next Room in the same process answers in 45ms. One-time
WebRTC and audio-stack init exceeds the connect timeout on a simulator.
`TestEnvironment.withRooms` has always retried connects, which is why no Swift
test is exposed to this. `LKObjCRoomHelper.connectWithRoom:url:token:` gives the
ObjC tests the same 3 attempts, disconnecting between them so a timed-out attempt
doesn't leave a participant on the server.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments