akka/akka-core

Document what happens when ActorAdapter receives a null

Aberta

#29.776 aberto em 27 de out. de 2020

 (4 comentários) (0 reação) (0 responsável)Scala (3.547 forks)batch import
good first issue

Métricas do repositório

Stars
 (13.277 estrelas)
Métricas de merge de PR
 (Mesclagem média 8d 19h) (10 fundiu PRs em 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.

Guia do colaborador