openethereum / fether

Decentralized and light Ethereum Wallet
BSD 3-Clause "New" or "Revised" License
123 stars 33 forks source link

Subscription problem with light.js #215

Open amaury1093 opened 5 years ago

amaury1093 commented 5 years ago

On the TokensList page, we subscribe e.g. to balanceOf$(myAddress). This creates a WS subscription to eth_blockNumber (light client listens to new head, updates balance on new block).

Now when we switch to the Send Ether page, this is what happens:

I'm still not sure where to solve this: on the light.js level or on the Fether level.

axelchalon commented 5 years ago

Would be fixed with https://github.com/paritytech/js-libs/issues/45 if we decide to go that direction