I’m seeing exceptions with the message “Can’t read disposed signal ‘anon-effect’“. What does this indicate? Is it something I’m doing wrong? I have not created any effects in my code, so I guess it must refer to an effect in humbleui.
Sorry about that, fixed it!
@tonsky I tried creating a minimal case where the error occured, but the error didn’t appear there. So I put the “real” code online: https://github.com/jelmerderonde/oblique
It is an experiment with a “CRDT” database. The error occurs in the dev/oblique_ui.clj file. Evaluating (start-app) should start the app. If you then select a “peer” (by clicking) on the left side of the app and start “bashing” the “Transact!” button that appears, the error will occur. The exception is catched and tapped (see start-network-loop). So you should add a add-tap somewhere to see the exception.
Hmm, I haven’t seen them in practice
Can you share your app?
I’d love to investigate
Sure, it is an experiment, so I can share it somewhere. I’ll get back to you soon with a repo or something.
Looks like oblique/util is missing