- describe your problem
after each timeline interaction, you need to stop the previous websocket connection to prevent the displayed query data from being instantly updated by the new data pushed back, so call the ws.close () method to close the websocket push every time you click the time query button. However, the close method does not take effect