akka/akka-core

Document what happens when ActorAdapter receives a null

Open

#29,776 opened on Oct 27, 2020

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
good first issue

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

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.

Contributor guide