puniverse / quasar

Fibers, Channels and Actors for the JVM
http://docs.paralleluniverse.co/quasar/
Other
4.56k stars 575 forks source link

:bug: Fix #163 #272

Closed circlespainter closed 7 years ago

circlespainter commented 7 years ago

Here's a possible fix based on call/reply coop. mediated by an additional call flag in RequestMessage.

Not sure how to include a reproducible test for this race condition internal to RequestReplyHelper, any ideas?

circlespainter commented 7 years ago

Not quite ready it turns out, need to work a bit more on it, closing in the meanwhile