Add ping pong health, remove a timeout interval, fix up network events (#1555)
* Add ping pong health, fix up network events * Change the default connection state for test --------- Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com>
This commit is contained in:
@ -32,6 +32,7 @@ export const Stream = ({ className = '' }: { className?: string }) => {
|
||||
const { state } = useModelingContext()
|
||||
const { isExecuting } = useKclContext()
|
||||
const { overallState } = useNetworkStatus()
|
||||
|
||||
const isNetworkOkay = overallState === NetworkHealthState.Ok
|
||||
|
||||
useEffect(() => {
|
||||
|
Reference in New Issue
Block a user