Skip to content
Commit ea7480a8 authored by Kohsuke Kawaguchi's avatar Kohsuke Kawaguchi
Browse files

Revert "for efficiency, run this method asynchronously"

This reverts commit 836e52e6.

@Asynchronous does deliver method calls in order, but the receiver
might end up executing multiple calls in parallel, so it doesn't really
guarantee the in-order execution.

That makes @Asynchronous somewhat useless, so I need to fix that in
remoting. But until I do so, it's safer to back out this change.
parent 42916285
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment