Open henry-castalk opened 3 months ago
Thanks for the detailed report. That block of code doesn't seem to retain code, it could be leaking at WebRTC level.
@hiroshihorie Thanks man. Do you have any suggestion about what I should do to resolve this case?
Steps to Reproduce
Here is how I connect and disconnect a room
liveKitRoom: Room
variable, a methodconnectToLiveKitRoom()
to connect and a methodteardownLiveKitRoom()
to cleanup after disconnect.liveStreamUrl?.absoluteString
andliveKitRoomToken
, I processed theconnectToLiveKitRoom()
method, and surely callteardownLiveKitRoom()
after leaving the screen.Here is my code
SDK Version 2.0.5 I tried to upgrade the library from 2.0.5 to 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10 but the leaks still happen.
iOS/macOS Version 17.5.1
Xcode Version
Expected behavior Leaks doesn't happen