You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG Make sure that the CivisFuture always cleans up after exceptions (#40)
There were a couple of circumstances where exceptions raised in polling could have left us still subscribed to the `pubnub` notifications channel. Refactor the exception setting so that it only happens in one place; that way we can be sure that `cleanup` always gets called.
0 commit comments