eclipse-zenoh / zenoh-pico

Eclipse zenoh for pico devices
Other
122 stars 78 forks source link

Consider automatically running read and lease tasks #780

Open sashacmc opened 2 weeks ago

sashacmc commented 2 weeks ago

Describe the feature

Currently, user should run: zp_start_read_task/zp_start_lease_task after session open, consider to reduce this step.

Possible options:

  1. Automatic run on multithreaded platforms
  2. Enabling by some z_open option