AK3000: Custom Akka.Streams OutGraphStageLogi
s must call SetHandler
for OUT port
#93
Labels
AK2000
API usage rules
Is your feature request related to a problem? Please describe.
So this is a tad tricky because it depends very much on the type of
Stage<T>
base class used, but for thisSourceShape<T>
for instance:The
Logic
in this case doesn't callSetHandler
anywhere, so this stream stage will blow up as soon as it runs for the first time.Describe the solution you'd like
Depending on the type of
Logic
used, we should ensure thatSetHandler
is called somewhere in either the CTOR or one of the other methods invoked inside this actor.The text was updated successfully, but these errors were encountered: