Hi Alex, Shouldn't ``` public ZyanConnection(string serverUrl, Hashtable credentials, bool autoLoginOnExpiredSession, bool keepSessionAlive) : this(serverUrl, ClientProtocolSetup.GetClientProtocol(serverUrl), null, autoLoginOnExpiredSession, true) { } ``` in ZyanConnection.cs be passing `credentials` and not `null`? Greetings Alex
Hi Alex,
Shouldn't
in ZyanConnection.cs be passing
credentialsand notnull?Greetings
Alex