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
{{ message }}
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
in following method : OnResponse in class : AuthSendCodeRequest
in following lines :
var sendCodeTimeout = reader.ReadInt32();
var isPassword = reader.ReadUInt32() == boolTrue;
it return an exception with following content :
unable to read beyond the end of stream.
i think you should delete that two lines, because the do anything and are not used in any other place of class, just they are throwing error. ;-)
The text was updated successfully, but these errors were encountered: