nilsjr

Results 4 comments of nilsjr

This sequence works for me Add new track to local stream `localStream.addTrack(stream.getVideoTracks()[0])` Replace track on peer `peer.replaceTrack(localStream.getVideoTracks()[0], stream.getVideoTracks()[0], localStream)` Remove old track from local stream `localStream.removeTrack(localStream.getVideoTracks()[0])` Update your local stream...

This happens because we add the hash of the message after it is confirmed as sent by the node. This seem to cause the svelte fade in animation to be...

I do not think that is the issue, the problem seems to be that the wallet only saves one time (on startup) I think you need a interval like this...

That is true lol, but in this recursive loop the variable walletExists is set to true after first save, then it will probably not save it again. https://github.com/kryptokrona/hugin-api/blob/126bede038d5eb95cd00fe218764383cdc2610b4/utils/wallet.js#L97-L99