livekit / python-sdks

LiveKit real-time and server SDKs for Python
https://docs.livekit.io
Apache License 2.0
157 stars 43 forks source link

AssertionError #288

Closed weedge closed 1 month ago

weedge commented 1 month ago

assert ffi_lib.livekit_ffi_drop_handle(ctypes.c_uint64(self.handle)) AssertionError

    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))
theomonnom commented 1 month ago

this was fixed in livekit-agents==0.10.1 (livekit==0.17.5)