4 Commits

Author SHA1 Message Date
Raúl Kripalani
31765355df
migrate to consolidated types. (#344) 2019-05-26 23:33:15 +01:00
Matt Joiner
c06aea3c14 Reduce aggressive test
Doesn't pass in time with race detector enabled.
2019-01-31 10:17:34 +11:00
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