View Issue Details

IDProjectCategoryView StatusLast Update
0000189itineris_acsGeneralpublic2025-08-29 06:33
Reporterguttmann Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0000189: acs uses non standard websocketstream, event.detail.code! shoubd be CloseEvent
Description    this.closed = new Promise(function(resolve, reject) {
      this.#ws.addEventListener("close", function(event) {
        if (event.detail.wasClean) {
          resolve({
            closeCode: event.detail.code,
            reason: event.detail.reason
          });
        } else {
          reject({
            closeCode: event.detail.code,
            reason: event.detail.reason
          });
        }
      }.bind(this));
    }.bind(this));
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-08-29 06:33 guttmann New Issue