We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6742894 commit e231f79Copy full SHA for e231f79
backend/fastrtc/tracks.py
@@ -190,7 +190,6 @@ async def recv(self): # type: ignore
190
pts, time_base = await self.next_timestamp()
191
new_frame.pts = pts
192
new_frame.time_base = time_base
193
- self.function_running = False
194
return new_frame
195
except Exception as e:
196
logger.debug("exception %s", e)
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
9
[project]
10
name = "fastrtc"
11
-version = "0.0.16"
+version = "0.0.17"
12
description = "The realtime communication library for Python"
13
readme = "README.md"
14
license = "apache-2.0"
0 commit comments