You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?