Use actor symbol so equality operator works #15

Open
opened 2025-05-31 15:56:04 +00:00 by john · 0 comments
Owner

Right now there's a lot of behind the scenes ad hoc creation of actor objects. When a message via nota or wota comes in, if data is behind the "private" symbol, it should be assumed to be an actor, and the actor object from the relevant cache should be grabbed and replaced with it, and merged if necessary (ie an incoming actor with id 123 might have extra info like port and ip, where our actor 123 may have old info)

Right now there's a lot of behind the scenes ad hoc creation of actor objects. When a message via nota or wota comes in, if data is behind the "private" symbol, it should be assumed to be an actor, and the actor object from the relevant cache should be grabbed and replaced with it, and merged if necessary (ie an incoming actor with id 123 might have extra info like port and ip, where our actor 123 may have old info)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: john/cell#15
No description provided.