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
While discussing #167, we've found that there's an event TdLib.Bindings.Receiver::ExceptionThrown that is emitted when there's an error during the loop in TdLib.Bindings.Receiver::ProcessEvents.
But this event is never exposed to the user; it's impossible to know there even was an error, since the receiver type is internal.
We should think about exposing it somehow: at least in the form of a user-visible event.
The text was updated successfully, but these errors were encountered:
While discussing #167, we've found that there's an event
TdLib.Bindings.Receiver::ExceptionThrown
that is emitted when there's an error during the loop inTdLib.Bindings.Receiver::ProcessEvents
.But this event is never exposed to the user; it's impossible to know there even was an error, since the receiver type is
internal
.We should think about exposing it somehow: at least in the form of a user-visible event.
The text was updated successfully, but these errors were encountered: