Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ stopHeartbeat
Method
stopHeartbeat
packages/server/src/utils/SSEStreamer.ts:381–386 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
379
}
380
381
stopHeartbeat() {
382
if
(this.heartbeatInterval) {
383
clearInterval(this.heartbeatInterval)
384
this.heartbeatInterval = null
385
}
386
}
387
}
Callers
1
stopApp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected