Fork me on GitHub
#luminus
<
2017-09-14
>
dealy15:09:43

@yogthos I've recently refactored my app and it is now more event driven. My worker modules now wait for notification that initialization is complete before starting to work. This is causing lots of unbound fn errors for all of my DB functions now. Reading through the bind-connection func in conman hasn't made things any clearer for me. Any idea why the db functions would not be found when first accessed on threads from the threadpool?