DescriptionDo not create a reply IPCMessage for every message received.
This is incompatible with the way xpc_dictionary_create_reply() works, which
may only be called once per message. This would inhibit forwarding messages,
since the receiver of the forwarded XPC message would not be able to reply.
Instead, replies now must be created explicitly via MessageServer::CreateReply().
BUG=382931
R=mark@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283376
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|