You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
References comments in #288 (comment). If you call the following 10 times, and my_func/1 takes a sufficient amount of time, "hello" will be printed 10 times.
Realistically, only the first call to fetch should return the :commit tag and any queued listeners should return :ok so that it only occurs once with this pattern.
I'm going to label this an enhancement because it was never explicitly stated how this should work, but realistically I think this is probably a bug and should be corrected ASAP.
The text was updated successfully, but these errors were encountered:
References comments in #288 (comment). If you call the following 10 times, and
my_func/1
takes a sufficient amount of time,"hello"
will be printed 10 times.Realistically, only the first call to
fetch
should return the:commit
tag and any queued listeners should return:ok
so that it only occurs once with this pattern.I'm going to label this an enhancement because it was never explicitly stated how this should work, but realistically I think this is probably a bug and should be corrected ASAP.
The text was updated successfully, but these errors were encountered: