envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Specify the default value for after_fork #202

Closed macosgrove closed 6 years ago

macosgrove commented 6 years ago

https://github.com/envato/event_sourcery/pull/199 introduced a change to the interface of ESPProcess that breaks RSS. Given that a default value is defined, it makes sense to actually use that as the default if the parameter is omitted.