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
launcher poll some queries for user information (like current block index, monster collection, avatar state).
but it may occur overloading headless because call BlockChain.GetState inside query execution.
The text was updated successfully, but these errors were encountered:
We could try refactoring them into subscriptions. Although it isn't very straight process (I'm guessing here) and requires some changes to the headless we could reuse the WebSocket connection we already have.
launcher poll some queries for user information (like current block index, monster collection, avatar state).
but it may occur overloading headless because call
BlockChain.GetState
inside query execution.The text was updated successfully, but these errors were encountered: