Ron Pressler
Ron Pressler
Because Galaxy doesn't depend on Quasar and vice-versa, and we were too lazy to factor this package out into its own artifact...
Does `quasar-core` appear earlier on your classpath than galaxy (it should)? Do you use anything other than Quasar that might employ class-loading tricks? Could you post what class-loader each copy...
The documentation specifies this: > Currently, this behavior is not yet supported. The message will be sent using `send(Object)` and the timeout argument will be disregarded. If this is important...
[`ActorImpl`](https://github.com/puniverse/quasar/blob/master/quasar-actors/src/main/java/co/paralleluniverse/actors/ActorImpl.java)
I'm getting "Access Denied" at that repo.
Oh, wow! So you've implemented the protocol from scratch! Good job!
This seems to be a scheduler issue (the fiber appears twice in the trace, and in a not in a FJPool worker thread). What scheduler are you using for the...
Sorry, it's right there: `SameThreadExecutor`. May I ask why? (This executor cannot be used to schedule fibers; I'll explain why later).
> I would be very much interested in your explanation. Fibers are very much intentionally _not_ continuations. They are (abstract) _threads_ and, like all threads, are continuations _plus_ a scheduler....
Oh, wow! It will obviously take some time to process, but just something off the bat: why are you using something called `jeresy.repackaged` (what is it?) rather than rely on...