dry-container icon indicating copy to clipboard operation
dry-container copied to clipboard

Problems with ActiveSupport tagged logging

Open solnic opened this issue 4 years ago • 2 comments

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)

solnic avatar Dec 12 '20 06:12 solnic

Ugh, are there any examples? I don't quite get how dry-container uses thread local values

flash-gordon avatar Dec 12 '20 08:12 flash-gordon

@flash-gordon I'll try to reach out to the person from the reddit thread

solnic avatar Dec 14 '20 06:12 solnic