bshepherdson / foam-migration-test

0 stars 0 forks source link

Merged and animated listeners don't propagate UNSUBSCRIBE_EXCEPTION #188

Closed bshepherdson closed 10 years ago

bshepherdson commented 10 years ago

From k...@chromium.org on February 14, 2014 14:34:47

Which means that stale listeners can't unsubscribe by throwing the Exception.

These listener decorators should record the exception and then throw it when they're next invoked. (Or, there should be some other mechanism for a listener to unsubscribe.)

Original issue: http://code.google.com/p/foam-framework/issues/detail?id=188

bshepherdson commented 10 years ago

From kgrgr...@gmail.com on April 17, 2014 10:24:02

Status: Fixed