- Removed usage of null from Endpoint
- Fixed race resolution logic in FailureDetectorRegistry to not create unnecessary instances
This commit is contained in:
parent
9f006789fc
commit
d46a4b6916
11 changed files with 52 additions and 33 deletions
|
|
@ -12,7 +12,7 @@ import akka.actor.ExtendedActorSystem
|
|||
import akka.serialization.SerializationExtension
|
||||
|
||||
/**
|
||||
* MessageSerializer is a helper for serialize and deserialize messages
|
||||
* MessageSerializer is a helper for serializing and deserialize messages
|
||||
*/
|
||||
private[akka] object MessageSerializer {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue