He-Pin opened a new issue, #2569:
URL: https://github.com/apache/pekko/issues/2569
The `ReceiveTimeout` contains no duration and then you can't do some logging
around it:(
```java
case ReceiveTimeout timeout -> {
log.info("SessionEntity [{}] receive timeout :[{}], will
stop itself", timeout, getSelf().path());
getContext().stop(getSelf());
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]