Skip to content

Commit 2e1417b

Browse files
authored
Update src/a2a/server/request_handlers/default_request_handler.py
1 parent ebb2f41 commit 2e1417b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/a2a/server/request_handlers/default_request_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ async def on_message_send(
283283
blocking = True # Default to blocking behavior
284284
if params.configuration and params.configuration.blocking is False:
285285
blocking = False
286+
286287
interrupted_or_non_blocking = False
287288
try:
288289
(

0 commit comments

Comments
 (0)