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
fix(client): fix ping tests timing out due to MockTransport not responding
The MockTransport class in ping.test.ts was not responding to initialize
and ping requests, causing client.connect() to hang indefinitely and
tests to timeout. Updated MockTransport.send() to properly respond to
these requests with appropriate JSON-RPC responses.
0 commit comments