We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7930ee2 commit dcf2c9aCopy full SHA for dcf2c9a
1 file changed
reflex/monitoring.py
@@ -90,7 +90,7 @@ async def monitor_async():
90
threshold=config.pyleak_blocking_threshold,
91
)
92
93
- await stack.enter_async_context(no_task_leaks(action=action)) # pyright: ignore[reportOptionalCall]
+ #await stack.enter_async_context(no_task_leaks(action=action)) # pyright: ignore[reportOptionalCall]
94
yield
95
96
0 commit comments