Skip to content

Commit 9d32b0d

Browse files
authored
Add _logger message. (#755)
1 parent 608f72d commit 9d32b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymodbus/server/async_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ async def _recv_(self):
303303
try:
304304
result = await self.receive_queue.get()
305305
except RuntimeError:
306+
_logger.error("Event loop is closed")
306307
result = None
307308
return result
308309

0 commit comments

Comments
 (0)