Anton Kaliaev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
privval/signer_listener_endpoint.go
|
|
@ -123,6 +123,9 @@ func (sl *SignerListenerEndpoint) SendRequest(request privvalproto.Message) (*pr |
|
|
|
return nil, err |
|
|
|
} |
|
|
|
|
|
|
|
// Reset pingTimer to avoid sending unnecessary pings.
|
|
|
|
sl.pingTimer.Reset(sl.pingInterval) |
|
|
|
|
|
|
|
return &res, nil |
|
|
|
} |
|
|
|
|
|
|
|