Armando Santos
Armando Santos
Am I right understanding that by adding a `eicIsLocalRootPeer :: Bool` field in `ExpandedInitiatorContext` is information enough for consensus ?
I don't see how exposing targets would work for consensus, since they have to know which peers are local and which peers are not, right?
[tvar-memleak-test.zip](https://github.com/IntersectMBO/ouroboros-network/files/15093013/tvar-memleak-test.zip) The repo above no longer exists but was saved
Closed in favor of https://github.com/input-output-hk/ouroboros-consensus/pull/140
It seems this is related to #88
The problem is that the show instance currently will print everything. The data types hold values of other data types that have quite a lot of data/text. My proposal is...
That would work as well!
Thanks for opening this issue! This would indeed be a great addition! This feature is something io-sim is lacking when compared with other similar libraries like `dejafu` . In the...
I understand, depending on the program introducing delays can be quite a hassle. For networking code that comes quite naturally. With this being said, I think that if a solution...
Yes, the problem is that the code with the writeTQueue still exhibits the race condition and IOSimPOR suddenly stops being able to find it