We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ed2ca commit 5143106Copy full SHA for 5143106
backend/fastrtc/utils.py
@@ -65,7 +65,6 @@ async def _send(channel: DataChannel) -> None:
65
)
66
67
68
- print("current_channel", current_channel.get())
69
if channel := current_channel.get():
70
try:
71
loop = asyncio.get_running_loop()
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
9
[project]
10
name = "fastrtc"
11
-version = "0.0.13"
+version = "0.0.14"
12
description = "The realtime communication library for Python"
13
readme = "README.md"
14
license = "apache-2.0"
0 commit comments