akka/akka-core

Document what happens when ActorAdapter receives a null

开放

#29,776 创建于 2020年10月27日

 (4 条评论) (0 个反应) (0 位负责人)Scala (3,547 个派生)batch import
good first issue

仓库指标

星标
 (13,277 个星标)
PR 合并指标
 (平均合并 8天 19小时) (30 天内合并 10 个 PR)

描述

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.

贡献者指南