zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

fix unblock and processUnblocker #126

Open zippy opened 8 years ago

zippy commented 8 years ago

currently unblock returns different error values depending on why it couldn't unblock a process, and processUnblocker mostly ignores them. This is all due to weird synchronization issues between when code gets run depending on what thread it's in, especially after a stream has been killed. This should be fixed