Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ disconnectWebSocket
Function
disconnectWebSocket
dash/dash-renderer/src/observers/websocketObserver.ts:285–288 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
283
* Disconnect from the WebSocket.
284
*/
285
export
function
disconnectWebSocket(): void {
286
const
workerClient = getWorkerClient();
287
workerClient.disconnect();
288
}
Callers
1
AppProvider
Function · 0.90
Calls
2
getWorkerClient
Function · 0.90
disconnect
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…