GeekGene/mewsfeed

Remove signals code from DNA that are not being used anyway.

Closed this issue · 0 comments

mattyg commented

Some users reported seeing this error in console:

2023-08-30T18:30:32.374340Z ERROR wasm_trace: mews:dnas/mewsfeed/zomes/coordinator/mews/src/lib.rs:41 Error signaling new action: WasmError { file: "/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/holochain-0.2.1/src/core/ribosome/host_fn/emit_signal.rs", line: 41, error: Host("Error while sending a Signal to an Interface: SendError(App { cell_id: CellId(DnaHash(uhC0kqBAyM4IWytlxDtTwtLy6RBWvWDEwQIf93uMSZ6PinjLPab-b), AgentPubKey(uhCAkrSkbzTogs8MgRubKLNqpbGm-opZx_zWW3eneLuxoOBdEA4CS)), zome_name: ZomeName(\"mews\"), signal: AppSignal(ExternIO([131, 164, 116, 121, 112, 101, 171, 76, 105, 110, 107, 67, 114, 101, 97, 116, 101, 100, 166, 97, 99, 116, 105, 111, 110, 130, 166, 104, 97, 115, 104, 101,

We should remove all usage of signals from DNAs that are not being used anyway.