What does this error mean?
Or how do I start to debug this
I see Sleep.cljs on the callstack, are you using any m/sleep or timers?
it might be a missionary flow protocol violation, which is not really within reach for you to debug, but if you can triangulate which form is crashing that might be enough
No m/sleep or timers. I'll take the time to clean up / refactor a bit and hope it goes away :^) > which is not really within reach for you to debug I'll take that as a challenge btw :p
lol, don't
With significant delay, I'm refactoring my WikiD argument map in electric, not much to see but I molded the TodoMVC example to list statements and votes instead of Todos. https://git.sr.ht/~_the_wikid_one_/wikid-electric after wrapping your head around it, its easy to switch to electric since the client side doesn't feel too different from other frameworks, and the server integration layer is magically compiled away. Its really fun to work with, and it doesn't feel like it locks you into some pattern.