You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
Currently only local forward has been implemented. It can be done with the current API with a little knowledge about what forwarding means in GoAkt
Solution description
Add a method to PID and ReceiveContext called RemoteForward where one can forward a message from to another actor remotely.
Alternative solutions
Refactor the current Forward method to be location transparent. This will be a breaking change in the current API.
The text was updated successfully, but these errors were encountered:
Problem description
Currently only local forward has been implemented. It can be done with the current API with a little knowledge about what forwarding means in GoAkt
Solution description
Add a method to
PID
andReceiveContext
calledRemoteForward
where one can forward a message from to another actor remotely.Alternative solutions
Refactor the current
Forward
method to be location transparent. This will be a breaking change in the current API.The text was updated successfully, but these errors were encountered: