Closed jtrees closed 5 years ago
When passing custom options in GenStage.sync_subscribe/3 (like in the official docs for the function) Dialyzer starts complaining because the subscription_options type doesn't account for custom options.
GenStage.sync_subscribe/3
subscription_options
Thanks @jtrees! Can you please submit a PR?
When passing custom options in
GenStage.sync_subscribe/3
(like in the official docs for the function) Dialyzer starts complaining because thesubscription_options
type doesn't account for custom options.