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
TdlibController represent the core of the application, wrapping tdlib into event-driven approach. It successfully works in Flutter using "Isolate" and same must happen in React Native based app. This will lead to seamless transition for the rest of event stores that depend on this controller.
The text was updated successfully, but these errors were encountered:
Half is done, added Coroutine to native library to have an "onUpdate" callback option. Inspired by tdweb source code. (also copied it, but will probably delete later)
TdlibController represent the core of the application, wrapping tdlib into event-driven approach. It successfully works in Flutter using "Isolate" and same must happen in React Native based app. This will lead to seamless transition for the rest of event stores that depend on this controller.
The text was updated successfully, but these errors were encountered: