-
Notifications
You must be signed in to change notification settings - Fork 22
RecieveUpdates not working without SignIn #9
Comments
Hello, @TedevFR |
Sure, here it is :
|
Try to call _clientApi.KeepAliveConnection() |
@TedevFR |
@hzexe Thank you, I just tried but this doesn't fix the problem @vik-borisov The logs i get when initializing with above code :
Bad Server Salt... Do you have an idea why it happens and what i can do to fix it ? |
@TedevFR The session was found. All is well |
@TedevFR Can you create a simple test with bug? |
I'm having this same issue. In my app startup, I configure the client and register my event handler.
|
Update:
Curious if this: |
I followed the quick start guide and managed to have the updates coming using the clientApi.UpdatesService.RecieveUpdates event
When starting my app again, the clientApi.AuthService.CurrentUserId is not null (which is a good thing) so i'm not asking telegram to send a phone code again and i'm not calling the SignInAsync method either. This time, the updates are not coming (and i double checked that i subscribed correctly to the event).
I think i'm missing something, maybe a SignIn method without phone code or something to initiate the connection with telegram but i can't find anything like that anywhere
My code looks like this :
Please, what am i missing ?
The text was updated successfully, but these errors were encountered: