laforge49 / JActor2

Robust, Composable Actors
http://laforge49.github.io/projects/JActor2/index.html
60 stars 15 forks source link

native request API are incomplete and buggy #197

Closed laforge49 closed 10 years ago

laforge49 commented 10 years ago
  1. The processSyncRequest and processAsyncRequest methods are bogus as they do not support direct method calls. Rather, the processSyncOperation and processAsyncOperation methods should be overridden when doing native requests.
  2. syncDirect/asyncDirect/send methods are missing for native requests.
laforge49 commented 10 years ago

The St code has been updated as well.