From 2113dd10d300b28d8192367621b15d25911fedbc Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Mon, 30 Dec 2024 12:45:20 -0800 Subject: [PATCH] Clarify what data should be sent when a port is reopened --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index c3e5655..122a54b 100644 --- a/index.html +++ b/index.html @@ -777,9 +777,9 @@

  • - If this port is an output port and has any pending data that - is waiting to be sent, asynchronously begin sending that - data. + If this port is an output port and has any enqueued send data + with timestamps in the future, asynchronously begin sending + that data.

  • @@ -874,8 +874,8 @@

    If the port is an input port, skip to the next step. If the output port's .state is not "connected", - clear all pending send data and skip to the next step. Clear - any pending send data in the system with timestamps in the + clear all enqueued send data and skip to the next step. Clear + any enqueued send data in the system with timestamps in the future, then finish sending any send messages with no timestamp or with a timestamp in the past or present, prior to proceeding to the next step.