ConsolePort and ConsoleServerPort disconnect generates inconsistent webhooks. #4614
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
PLUGINS
setting inconfiguration.py
.4.1. Type: update
4.2. Method PUT (though this doesn't matter)
Expected Behavior
connected_endpoint
,connection_status
, andcable
filled fully with data or fullynull
Observed Behavior
Connect operation triggers 3 identical webhook invocations.
Remove cable operation triggered from the
ConsolePort
port will create 2 invocations the first showing update withcable
set tonull
but still showing theconnected_endpoint
andconnection_status
with data.The second showing
connected_endpoint
,connection_status
, andcable
asnull
(disconnected).Remove cable operation triggered from the
ConsoleServerPort
port will cause one invocation with data showingcable
andconnected_endpoint
but theconnection_status
still shows as connected.The text was updated successfully, but these errors were encountered: