Connor Turland

Results 339 comments of Connor Turland

sure :) that would be config.nix and default.nix here: https://github.com/h-be/acorn-hc

Yeah well theres now also logging levels for the WASM, via WASM_LOG In general, there are ways to tune it via the, as you say, more complex directives. I think...

@abe-njama In this document, I came up with this, while trying to pre-evaluate what happens to rejected DHT elements. https://hackmd.io/Vz9feiycSOGYmV7jDLH7ww I am hoping for some comment from the team on...

Does this confirm the general theorem that there are currently no repercussions around invalid headers, out of the box? Is it for each app developer to handle according to requirements/preferences?

"no authority will return a rejected header to a regular get." Oh, it wont? In my diving the code I couldn't find any logic to that effect, any chance you...

Further info that would help ... Can you show additional detail about the code that is trying to connect via websocket? e.g. the client. Is it .NET code? what websocket...

Update: your title says that you see that error when you make a zome call. Each time? What library did you utilize for msgpack?

Hey @dellams I hadn't seen that code snippet before no, but it is most useful as we have it now to see it in the full context. I don't know...

Let's start with a diagnosis, a quick search for the error message "websocket_error_from_network" has one specific search result hit, so that's a strong start. https://github.com/holochain/holochain/blob/b8222ea979f03c001dadcf33c13113ccd686c6e8/crates/holochain_websocket/src/websocket.rs#L505 That function is called "process_from_websocket"...

It looks like you've already done that, but there must be something off or different about it... let's try to see...