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
After sending a transaction, I stay on the recipient address page. By switching between the "Transactions" and "Pending Transactions" tabs to check the transaction data, I find that the "Transactions" count is not updated unlessI reload the page. Sometimes I rely entirely on the change in the number of transactions to determine if my transaction has been on-chain. This issue causes me some trouble, so please fix it when you have time.
State 1
State 2
Final State
State After Reloading
The text was updated successfully, but these errors were encountered:
Is this issue already resolved?
Sometimes, it occurs if there is some issue on frontend.
For example, most of developers use socket for real-time update but some use settimeout for that feature.
Mainly, this is major issue, I think.
The best approach is to use zeromq for that.
In utxo based network, client receives messages from node using zmq.
How do you think about my suggestion?
Is this issue already resolved? Sometimes, it occurs if there is some issue on frontend. For example, most of developers use socket for real-time update but some use settimeout for that feature. Mainly, this is major issue, I think. The best approach is to use zeromq for that. In utxo based network, client receives messages from node using zmq. How do you think about my suggestion?
Got it, we will check and do some adjustment around 1 week later, It didn't occurred most time on my computer though last time. Thanks for your suggestions.
After sending a transaction, I stay on the recipient address page. By switching between the "Transactions" and "Pending Transactions" tabs to check the transaction data, I find that the "Transactions" count is not updated unlessI reload the page. Sometimes I rely entirely on the change in the number of transactions to determine if my transaction has been on-chain. This issue causes me some trouble, so please fix it when you have time.
State 1
State 2
Final State
State After Reloading
The text was updated successfully, but these errors were encountered: