interface: add comment
This commit is contained in:
@@ -107,6 +107,8 @@ class NotificationSession(RPCSession):
|
|||||||
msg_id = next(self._msg_counter)
|
msg_id = next(self._msg_counter)
|
||||||
self.maybe_log(f"<-- {args} {kwargs} (id: {msg_id})")
|
self.maybe_log(f"<-- {args} {kwargs} (id: {msg_id})")
|
||||||
try:
|
try:
|
||||||
|
# note: RPCSession.send_request raises TaskTimeout in case of a timeout.
|
||||||
|
# TaskTimeout is a subclass of CancelledError, which is *suppressed* in TaskGroups
|
||||||
response = await asyncio.wait_for(
|
response = await asyncio.wait_for(
|
||||||
super().send_request(*args, **kwargs),
|
super().send_request(*args, **kwargs),
|
||||||
timeout)
|
timeout)
|
||||||
|
|||||||
Reference in New Issue
Block a user