Open solnic opened 3 years ago
A problem reported in this reddit thread
You should know that dry-container doesn't play well with activesupport tagged logging because of use of fibers. (Thread.current is fiber local, not thread local, and they rely on that)
Ugh, are there any examples? I don't quite get how dry-container uses thread local values
@flash-gordon I'll try to reach out to the person from the reddit thread
A problem reported in this reddit thread