Also, when can we expect a release with the fix?
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Ignite-Net-not-successfully-connecting-tp5912p5922.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
Pavel, tried the following and still the same:
* Use unofficial .NET feed:
Install-Package Apache.Ignite -Source
https://www.myget.org/f/apache-ignite-staging
How do I work out the second option? i.e. the following
* Run .NET from the binary distribution:
http://ignite.apache.org/download.
I have an Ignite node running on a separate machine. The node was started
using bin/ignite.sh command.
On my local machine (Windows), I have a C# console application that use
Ignite Nuget package to connect to the remote node.
Following is the code:
var igniteConfiguration = new Igni