issues
search
skynetcap
/
solanaj
Solana RPC client written in Java
MIT License
94
stars
50
forks
source link
SubscriptionWebSocketClient improve reconnection logic
#57
Closed
oursy
closed
2 months ago
oursy
commented
2 months ago
Added error handling for subscription responses in
onMessage
to throw an exception when errors are received.
Improved the reconnection logic to resubscribe only if the connection is successful.
Updated
resubscribeAll
to recreate subscription requests with fresh IDs, maintaining synchronization of active subscriptions.
onMessage
to throw an exception when errors are received.resubscribeAll
to recreate subscription requests with fresh IDs, maintaining synchronization of active subscriptions.