fix BSONSerializer’s use of paths
This commit is contained in:
parent
2f3737195b
commit
587950b863
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class BSONSerializableMailbox(system: ExtendedActorSystem) extends SerializableB
|
|||
val b = Map.newBuilder[String, Any]
|
||||
b += "_id" -> msg._id
|
||||
b += "ownerPath" -> msg.ownerPath
|
||||
b += "senderPath" -> msg.sender.path
|
||||
b += "senderPath" -> msg.sender.path.toString
|
||||
|
||||
/**
|
||||
* TODO - Figure out a way for custom serialization of the message instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue