CityOfZion / neo-sharp

Neo-sharp is a new core and node implementation of NEO focused on modular design, best coding practices and testability.
MIT License
34 stars 24 forks source link

Remove AsyncDelayer from PeerMessageListener #489

Open aboimpinto opened 6 years ago

aboimpinto commented 6 years ago

Introduce the property DataAvailable in the Peer that will return true when there is data available in the network stream.

in a second refactor there should be possible to introduce a ManualResetEvent method that can be set when there is data available.