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 9819b23 commit 711aa01Copy full SHA for 711aa01
src/replit_river/common_session.py
@@ -108,7 +108,8 @@ async def buffered_message_sender(
108
)
109
except FailedSendingMessageException:
110
logger.error(
111
- "Failed sending message, waiting for reconnect and retry from buffer",
+ "Failed sending message, "
112
+ "waiting for reconnect and retry from buffer",
113
exc_info=True,
114
115
except Exception:
0 commit comments