Alt DC disconnection logged as simple warning

This commit is contained in:
Wizou 2022-12-02 01:42:39 +01:00
parent 76d75a6035
commit 42be950896
8 changed files with 40 additions and 51 deletions

2
FAQ.md
View file

@ -243,7 +243,7 @@ and hosted online on any [VPS Hosting](https://www.google.com/search?q=vps+hosti
Pure WebApp hosts might not be adequate as they will recycle (stop) your app if there is no incoming HTTP requests.
There are many cheap VPS Hosting offers available, for example Heroku:
See [Examples/Program_Heroku.cs](Examples/Program_Heroku.cs) for such an implementation and the steps to host/deploy it.
See [Examples/Program_Heroku.cs](https://github.com/wiz0u/WTelegramClient/blob/master/Examples/Program_Heroku.cs#L9) for such an implementation and the steps to host/deploy it.
<a name="secrets"></a>
## 14. Secret Chats implementation details