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
* Fix bug in expiry/3
This fix changes expiry/3 in such a way that the expiry time is
evaluated at runtime of the stream, rather than definition time.
This grants greater flexibility and enables setting up a configured
stream in advance (e.g. at compile time or in a gen_server init)
and passing the stream around for use in various places, at various
times.
See the added tests for an example.
* Refactor expiry/3 to make credo happy
Co-authored-by: Joshua Trees <me@jtrees.io>
0 commit comments