Describe the bug
On uds.can.transport_interface.python_can.PyCanTransportInterface deletion, the Notifier is stopped, but not deleted.
It cannot be restarted and reused which leads to problem with sharing the Notifier with other code.
There is not convinient solution yet due to Notifier design. Wait for hardbyte/python-can#2030 fix.
Describe the bug
On
uds.can.transport_interface.python_can.PyCanTransportInterfacedeletion, the Notifier is stopped, but not deleted.It cannot be restarted and reused which leads to problem with sharing the Notifier with other code.
There is not convinient solution yet due to Notifier design. Wait for hardbyte/python-can#2030 fix.