ThetaSinner

Results 303 comments of ThetaSinner

I'm going to need to have another think about this but initial thoughts: `AnyLinkableHash` is a `HoloHash` of an `AnyLinkable`, found [here](https://github.com/holochain/holochain/blob/933d9deb6269c9c3b0cb4d42e9d9bf9401fcc2b5/crates/holo_hash/src/aliases.rs#L47). The options for that being Action, Entry, External....

Ahh okay, understood! Yes I can see that. It might make sense to hand-code the implementation of `External` so that it isn't visibly Holochain-specific. If we kept the 32-byte size...

Assigning this to you @jost-s because you've been working on this already :)

Hi @CheCoelho! The warnings with `tx5_go_pion_sys` in them are normal, and the ones from `kitsune metric task` I believe point to a bug but not one that will prevent data...

Thanks, I appreciate the invite and I'm taking a look! Yes I agree this could be an environment or platform issue of some kind, I'm just not sure what yet....

@CheCoelho Did that make a difference for you or can I assist further?

@CheCoelho Hmm, it's hard to say what's going on from this log snippet. Does this line `INFO managed task{scope=""}: holochain::core::queue_consumer: crates/holochain/src/core/queue_consumer.rs:689: Cell is shutting down: stopping queue consumer 'publish_dht_ops_consumer'` get...

I would really like this to look like a cancellation, otherwise there are a lot of places we'd have to check for a timeout or race async calls against a...

Thank you for the report @gantaa, I've just run through the steps provided and I see the same problem. The holonix environment contains the versions I'd expect currently so this...