Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy Boulton committed Feb 26, 2025
1 parent 2953636 commit a0f13be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/fastrtc/webrtc_connection_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ async def _():
conn.stop()
self.pcs.discard(pc)
if pc.connectionState == "connected":
self.connection_timeouts[body["webrtc_id"]].set()
if self.time_limit is not None:
asyncio.create_task(self.wait_for_time_limit(pc, self.time_limit))

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"

[project]
name = "fastrtc"
version = "0.0.7rc4"
version = "0.0.8"
description = "The realtime communication library for Python"
readme = "README.md"
license = "apache-2.0"
Expand Down

0 comments on commit a0f13be

Please sign in to comment.