Closed weedge closed 1 month ago
assert ffi_lib.livekit_ffi_drop_handle(ctypes.c_uint64(self.handle)) AssertionError
assert ffi_lib.livekit_ffi_drop_handle(ctypes.c_uint64(self.handle))
def dispose(self) -> None: if self.handle != INVALID_HANDLE and not self._disposed: self._disposed = True assert ffi_lib.livekit_ffi_drop_handle(ctypes.c_uint64(self.handle))
this was fixed in livekit-agents==0.10.1 (livekit==0.17.5)
assert ffi_lib.livekit_ffi_drop_handle(ctypes.c_uint64(self.handle))
AssertionError