akka/akka-core

Document what happens when ActorAdapter receives a null

Aperta

#29.776 aperta il 27 ott 2020

 (4 commenti) (0 reazioni) (0 assegnatari)Scala (3547 fork)batch import
good first issue

Metriche repository

Star
 (13.277 stelle)
Metriche merge PR
 (Merge medio 8g 19h) (10 PR mergiate in 30 g)

Descrizione

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.

Guida contributor