Anders

Results 6 comments of Anders

It seems like the reconnection issue with Blazor is growing! Can you please consider fixing this vital error in version 7.0! Im so sad to see it pushed to 8.

Hi, good work. When will this be commited in the master? @LordMike can you push it out as a nuget also? Thanks.

Thanks. Im not able to find a nuget package from the fork or in the Actions section... so hoping this can be pushed out :)

Thanks, appreciate it.

Im simply getting the balance of an ERC20 token using the Web3 class of nethereum: ``` var erc20Contract = web3.Eth.GetContract(tokenAbi.abi, token.Address); var balanceFunction = erc20Contract.GetFunction("balanceOf"); return await balanceFunction.CallAsync(address); ``` Running...

Yeah its a hangfire job, but nevertheless it outputs this error when running in debug-mode. Im using Visual Studio. It it's not your code causing it, then please just close...