pycyphal icon indicating copy to clipboard operation
pycyphal copied to clipboard

It is not obvious that a node should be started for it to receive transfers

Open silverv opened this issue 3 years ago • 1 comments

A node that is not started can send messages but not receive them. This will deceive people into thinking that everything is okay.

silverv avatar Mar 24 '22 15:03 silverv

One easy fix that comes to mind is to raise a very explicit exception should one attempt to do something with a node instance that is not start()-ed.

pavel-kirienko avatar Mar 24 '22 15:03 pavel-kirienko