Y
Hacker News
new
|
ask
|
show
|
jobs
by
didip
1330 days ago
I have a different take, why not just send RPC functions with all of their parameters?
Then the payload is guaranteed to be small but still able to handle complex operations.
1 comments
mrkeen
1329 days ago
If you send to multiple receivers, some of the messages may not make it through. Then you're in the position of deciding whether 'the message was sent' or not.
link