Neutrino
Neutrino copied to clipboard
Exception with async receive
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!
Thanks for this thread, had this issue aswell.