Fork me on GitHub
#duct
<
2018-04-28
>
beta103621:04:04

I'm using :duct.module/cljs and everything is fine when I use lein run but I get No implementation of method: :get-job-ids of protocol: #'job-monitor.boundary.job-db/JobDatabase found for class: job_monitor.boundary.job_db.RedisDatabase when I'm in the REPL after (dev) (reset). Have you seen this problem before?

beta103621:04:00

I suspect that a new class is generated for the protocol or something similar.

weavejester22:04:58

@beta1036 I haven’t seen that problem before. Could it be that you’re missing a require somewhere?

weavejester22:04:13

Are you requiring job-monitor.boundary.job-db and not just importing it?