mirror of https://github.com/status-im/nim-eth.git
Merge branch 'jangko-fix_nimbus_build'
This commit is contained in:
commit
a7e82ae4a8
|
@ -1121,7 +1121,7 @@ proc handshakeImpl[T](peer: Peer,
|
||||||
sendFut: Future[void],
|
sendFut: Future[void],
|
||||||
responseFut: Future[T],
|
responseFut: Future[T],
|
||||||
timeout: Duration): Future[T] {.async.} =
|
timeout: Duration): Future[T] {.async.} =
|
||||||
sendFut.addCallback do (arg: pointer):
|
sendFut.addCallback do (arg: pointer) {.gcsafe.}:
|
||||||
if sendFut.failed:
|
if sendFut.failed:
|
||||||
debug "Handshake message not delivered", peer
|
debug "Handshake message not delivered", peer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue