Skip to content

Commit 833112a

Browse files
committed
Properly send custom message in a synchronous manner
1 parent 214dff4 commit 833112a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ def update_user_input(
11071107
}
11081108
)
11091109

1110-
_utils.run_coro_sync(
1110+
_utils.run_coro_hybrid(
11111111
self._session.send_custom_message(
11121112
"shinyChatMessage",
11131113
{

0 commit comments

Comments
 (0)