ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
The text was updated successfully, but these errors were encountered:
Especially for the scaladsl, we usually consider null to be an invalid value. Wouldn't it be a bit confusing to explicitly document that here but not in other places?
ActorAdapter will ignore
nullmessage with "Adapter function returned null which is not valid as an .."However, this seems not be documented. For instance, scaladoc/javadoc of
pipeToSelfcould mention it as well as any other place where adapters are used.The text was updated successfully, but these errors were encountered: