Commit 5334653
dirkwa
docs(plugins): base correcter guidance on republish vs in-place edit
Reword the "don't use registerDeltaInputHandler" rationale so it no
longer hinges on input handlers running after source-priority filtering.
That ordering is being fixed in SignalK#2748 (handlers will run before
priority), so the previous justification would become stale once that
lands. The durable reason stands either way: an input handler edits a
delta in place, whereas a correction plugin republishes under its own
$source and lets priority choose — two different patterns.1 parent ca8bcc1 commit 5334653
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments