diff --git a/backend/fastrtc/tracks.py b/backend/fastrtc/tracks.py index 9be63e2..336ba40 100644 --- a/backend/fastrtc/tracks.py +++ b/backend/fastrtc/tracks.py @@ -190,7 +190,6 @@ class VideoCallback(VideoStreamTrack): pts, time_base = await self.next_timestamp() new_frame.pts = pts new_frame.time_base = time_base - self.function_running = False return new_frame except Exception as e: logger.debug("exception %s", e) diff --git a/pyproject.toml b/pyproject.toml index b78ae02..c94636f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.16" +version = "0.0.17" description = "The realtime communication library for Python" readme = "README.md" license = "apache-2.0"