Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions matter_server/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,8 @@ async def connect(self) -> None:
if self.connection.connected:
# already connected
return

self._stop_called = False
# NOTE: connect will raise when connecting failed
await self.connection.connect()

Expand Down
Loading