Skip to content

Commit e231f79

Browse files
trigger release (#201)
* trigger release * add code
1 parent 6742894 commit e231f79

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

backend/fastrtc/tracks.py

-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ async def recv(self): # type: ignore
190190
pts, time_base = await self.next_timestamp()
191191
new_frame.pts = pts
192192
new_frame.time_base = time_base
193-
self.function_running = False
194193
return new_frame
195194
except Exception as e:
196195
logger.debug("exception %s", e)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "fastrtc"
11-
version = "0.0.16"
11+
version = "0.0.17"
1212
description = "The realtime communication library for Python"
1313
readme = "README.md"
1414
license = "apache-2.0"

0 commit comments

Comments
 (0)