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
As part of the start-up of a Producer, I have a longer running piece of code that needs to execute. Doing it in the init seems wrong now that handle_continue exists. But GenStage doesn't support handle_continue. I don't know if it can/should, but it would be a useful addition.
Shayon, rdupz and ryanwinchesterryanwinchester and ijunaid8989