Skip to content

Commit

Permalink
fix: Add missing close invocation for isotp
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Nov 19, 2024
1 parent 66f507a commit b96642d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/transports/isotp.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ async def read(self, timeout: float | None = None, tags: list[str] | None = None
return data

async def close(self) -> None:
pass
self._sock.close()

0 comments on commit b96642d

Please sign in to comment.