go-ethereum/rpc
Jordan Krage 51ececb64e
rpc: set pong read deadline (#23556)
This PR adds a 30s timeout for the remote part to answer a ping message, thus detecting (silent) disconnnects
2021-09-27 16:31:45 +02:00
..
testdata
client.go
client_example_test.go
client_test.go
constants_unix.go
constants_unix_nocgo.go
doc.go
endpoints.go
errors.go
handler.go
http.go
http_test.go
inproc.go
ipc.go
ipc_js.go
ipc_unix.go
ipc_windows.go
json.go
metrics.go rpc: metrics for JSON-RPC method calls (#20847) 2020-04-03 12:36:44 +02:00
server.go
server_test.go
service.go
stdio.go
subscription.go
subscription_test.go
testservice_test.go
types.go
types_test.go
websocket.go
websocket_test.go