Hi. After upgrading I'm getting the following errors:
System.PlatformNotSupportedException: Sockets on this platform are invalid for use after a failed connection attempt.
at System.Net.Sockets.Socket.ThrowMultiConnectNotSupported()
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
My last working version (2.1.14) used " Socket.Connect(IPAddress address, int port)" method.
Why was this changed in the newer versions? Are they not compatible with linux?
I have tried all versions after 2.1.14 and all of them is failing on linux with same error.
Is it possible to fix it - to use again the old method but with auto discovery giving only the cluster configuration endpoint?
Hi. After upgrading I'm getting the following errors:
System.PlatformNotSupportedException: Sockets on this platform are invalid for use after a failed connection attempt. at System.Net.Sockets.Socket.ThrowMultiConnectNotSupported() at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
My last working version (2.1.14) used " Socket.Connect(IPAddress address, int port)" method.
Why was this changed in the newer versions? Are they not compatible with linux? I have tried all versions after 2.1.14 and all of them is failing on linux with same error.
Is it possible to fix it - to use again the old method but with auto discovery giving only the cluster configuration endpoint?
Thanks, Efrat.