solana-go
solana-go copied to clipboard
Add error handling to WebSocket handleMessage function, resolves #175
Changelog:
- I added a
getJsonRpcError
function inclient.go
to handle errors forhandleMessage
- I renamed all receivers to
c
(My IDE automatically fixed that, and undo was difficult).