good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit f46c6410 authored by a's avatar a
Browse files

delete more

parent 76983332
No related branches found
No related tags found
No related merge requests found
Pipeline #23861 passed with stage
in 1 minute and 31 seconds
......@@ -10,7 +10,6 @@ import (
"net/http"
"sync"
"sync/atomic"
"time"
"gfx.cafe/open/jrpc/pkg/codec"
......@@ -27,12 +26,6 @@ var (
errDead = errors.New("connection lost")
)
const (
// Timeouts
defaultDialTimeout = 10 * time.Second // used if context has no deadline
subscribeTimeout = 5 * time.Second // overall timeout eth_subscribe, rpc_modules calls
)
var _ codec.Conn = (*Client)(nil)
// Client represents a connection to an RPC server.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment