The Connected event doesn't write anything to the console after starting. I changed client.ClientPrivateInformation.email and client.ClientPrivateInformation.password to client.ClientPrivateInformation.Email and client.ClientPrivateInformation.Password. It used to work just fine, not sure what changed. I have version 0.6.0.7-rc1 according to NuGet.
The
Connected
event doesn't write anything to the console after starting. I changedclient.ClientPrivateInformation.email
andclient.ClientPrivateInformation.password
toclient.ClientPrivateInformation.Email
andclient.ClientPrivateInformation.Password
. It used to work just fine, not sure what changed. I have version0.6.0.7-rc1
according to NuGet.