Something strange happened a few days ago.
When entering telegram, my application stop receiving all events after AuthorizationStateWaitPhoneNumber. The last event my app receives is AuthorizationStateWaitPhoneNumber. To send a phone number, the application calls
client.send(new TdApi.SetAuthenticationPhoneNumber(phoneNumber, null), new AuthorizationRequestHandler());
After that, it is supposed to receive AuthorizationStateWaitCode, but, for some reason, it doesn't happen. TdLib stopped responding and I don't get any error messages either.
Also, as I noticed, some other unofficial clients stopped working at the same stage, too, however, official client don't have this problem.
May be this problem related with Russia?
How to solved this issue?