Reset _bareRpc too

This commit is contained in:
Wizou 2022-08-29 02:37:30 +02:00
parent 97bd76cf0f
commit ace31a3213

View file

@ -190,6 +190,7 @@ namespace WTelegram
#endif #endif
_paddedMode = false; _paddedMode = false;
_connecting = null; _connecting = null;
_bareRpc = null;
if (resetSessions) if (resetSessions)
{ {
foreach (var altSession in _session.DCSessions.Values) foreach (var altSession in _session.DCSessions.Values)