2 Commits

Author SHA1 Message Date
Steven Allen
6ec48e921a don't assume that routes are removed immediately after close
We may fire notifications asynchronously. Well, we have to, really. We'd like:

1. Begin Open
2. Open Notifications
3. End Open
4. Begin Close
5. Close Notifications
6. End Close

However, this breaks if we allow open notifications to close connections (which,
IMO, we want).
2018-03-14 14:06:23 -07:00
Steven Allen
9c55f683c6 notify: add test cases 2017-07-27 14:52:44 -07:00