Connor Turland
Connor Turland
I am still seeing a lot of these in the logs, though as you say, I'm not clear that that's causing any problem, let alone the performance slow down. We've...
> HDK call other than the current call was ended., or Ending and HDK which was already ended I don't see either of these in log files, no
In this section, under a new article called "Signals"? https://developer.holochain.org/guide/latest/production_conductor.html
This has been updated and is now https://github.com/holochain/holochain-rust/blob/1f746880eab10fd0d382fbabbdc80eb801c9e75d/conductor_api/src/config.rs#L81-L84 and https://github.com/holochain/holochain-rust/blob/1f746880eab10fd0d382fbabbdc80eb801c9e75d/conductor_api/src/config.rs#L588-L593 It still needs to be added to the Guidebook
Agreed! There is also the timestamp tacked onto headers, but I've seen code that uses those timestamps and it's really quite tricky and ugly, and doesn't cover all use cases...
True... it's just strange that the default logging has this line show up when you run `sim2h_server` and nothing else... ``` 2020-02-17 17:07:44.425 -0500 (18408 4743669) error: failed to connect...
I think Holoscape works around this by just refreshing a whole browser client page, but that is a very non-ideal solution
@AshantiMutinta thanks :) I am looking closer into it. The issue, (why it needs to restart the interface), is because the interface JSON-RPC calls are statically defined during interface start...
Looks like the reason may be that the commit of the DNA commits this: https://github.com/holochain/holochain-rust/blob/420fe08c4dfac8f3281e5139e199d7626a142090/crates/core/src/nucleus/actions/initialize.rs#L87-L89 where dna is wrapped in Entry::Dna
Thanks for this. We have it in a separate article on the dev docs site, https://developer.holochain.org/change_or_update_holochain_go_version but I think you're right that either we should link to it, or add...