status-im / nim-eth-p2p

Nim Ethereum P2P protocol implementation
Apache License 2.0
11 stars 4 forks source link

Server updates #17

Closed yglukhov closed 6 years ago

yglukhov commented 6 years ago

@cheatfate, @zah, pls review.

cheatfate commented 6 years ago

@yglukhov i'm also want to ask you to stop using asyncCheck(), because it can generate unrecoverable errors. You can just call procedure and discard it result.