Example code:
const networkConnected = new BehaviorSubject(false); setTimeout(networkConnected.next(true), 10000); webSocket(\'w