I’m building a system to interact with the EventSub websockets and would like to test my logic for handling an interruption or suspension of the Keepalive messages the server sends. Is there a way to do that locally with the CLI?
I can run the CLI websocket server, connect to it and test all the events I’m handling just fine. I can also obviously close the server and test my connection handling when it abruptly closes, or send the Reconnect message. All that is great, but I dont see a way to simulate the server not sending the Keepalive message without also closing the connection.