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 2582fe9 commit 9412513Copy full SHA for 9412513
can/interfaces/ixxat/canlib_vcinpl.py
@@ -825,6 +825,7 @@ def _send_periodic_internal(
825
)
826
827
def shutdown(self):
828
+ super().shutdown()
829
if self._scheduler is not None:
830
_canlib.canSchedulerClose(self._scheduler)
831
_canlib.canChannelClose(self._channel_handle)
can/interfaces/ixxat/canlib_vcinpl2.py
@@ -972,6 +972,7 @@ def _send_periodic_internal(
972
973
974
975
976
977
978
0 commit comments