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 5306365 commit 289c379Copy full SHA for 289c379
runtime/swimos_runtime/src/downlink/mod.rs
@@ -653,8 +653,8 @@ where
653
trace!("Entering Synced state.");
654
dl_state = ReadTaskDlState::Synced;
655
if is_active {
656
- // Current will be empty if we're communicating with a Supply Lane as no
657
- // event envelope will have been sent. Therefore, we can't use
+ // `current` will be empty if we're communicating with a stateless lane as
+ // no event envelope will have been sent. Therefore, we can't use
658
// `sync_current` as it will send an event notification with an empty body
659
// and cause the downlink's runtime task envelope decoder will potentially
660
// fail due to reading an extant. Therefore, delegate the operation to
0 commit comments