Matthias Liebeck

Results 3 comments of Matthias Liebeck

@tiago18c I think a loss of language features is inevitable, e.g., reflection calls etc. For NEO, I found their way of using C# for smart contracts and I like it:...

I ran into the same issue today. Seems to be fixed with ``` services.AddServerSideBlazor() .AddHubOptions(options => { options.ClientTimeoutInterval = TimeSpan.FromSeconds(5); }); ```

@umeshshende The default value to check the Hangfire queue is set to 15 seconds. You can decrease this value if you want to reduce the delay