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: use HTTP fallback for broadcast when WebSocket connections unavailable
Previously, broadcastTx would fail immediately with 'Missing WebSocket
connections' error when serverStatesCache was empty, never reaching the
HTTP/REST fallback code. Now the HTTP fallback via NowNodes is always
attempted when WebSocket broadcast isn't possible.
0 commit comments