Neutrino icon indicating copy to clipboard operation
Neutrino copied to clipboard

Exception with async receive

Open aienabled opened this issue 7 years ago • 1 comments

Hello!

I've built Neutrino from the latest source code and tried it with BenchmarkNet but I've encountered an exception from Neutrino: NTO Error: Error handling message: System.InvalidOperationException: EndReceiveFrom can only be called once for each asynchronous operation. at System.Net.Sockets.Socket.EndReceiveFrom(IAsyncResult asyncResult, EndPoint& endPoint) at Neutrino.Core.Node.HandleMessageReceived(IAsyncResult result) (originally reported here https://github.com/nxrighthere/BenchmarkNet/issues/4 but it's very likely to be related to Neutrino itself)

Regards!

aienabled avatar Jul 13 '18 04:07 aienabled

Thanks for this thread, had this issue aswell.

Sehyo avatar Nov 29 '19 21:11 Sehyo