You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing JSONRPCHandlerTest only tests the case where one event is received when sending a streaming message (e.g., see testOnMessageStreamNewMessageSuccess and notice that only one event is enqueued by the server and received by the client).
We should also test the case where multiple events are received when sending a streaming message.