Pat White
Pat White
So, we're running into a similar issue, I feel like I might be missing something about how this should all work. We have a series of projects that we created...
So, we found a fix for this, but I'd like to run it by someone - basically, the issue is that the "Read" command was timing out before it ever...
Correction, did this (Utilities.cs:92): internal static string ReadLine(this Stream stream, ref int maxLength, Encoding encoding, char? termChar, int readTimeout = 10000) { if (stream.CanTimeout) stream.ReadTimeout = readTimeout;
Having the same problem, also seeing execution client offline when connected to Besu.
Any update from the team?
I'm also seeing this, quite verbosely in fact! It could also be related to the same issue the python and java opencensus implementations had: https://github.com/census-instrumentation/opencensus-python/issues/350 https://github.com/census-instrumentation/opencensus-java/issues/865 Which looked like they...
It's consistently happening for us, we usually have two containers running, and I'd say almost always are submitting more than 1 metric at a time. I have the timeout set...
@mayurkale22 Were you able to repro this? I’d be happy to give you a dump, is there’s a way to turn on verbose logging through env variables?
@pipermerriam Not sure if this is abandonded at this point, but we'd be happy to take it over and host if you're interested!
I'd be willing to chip in on getting it caught up with bcoin - @chjj I know bcoin is designed to support multiple wallets in a multi-tenant sort of way,...