• Steven Allen's avatar
    don't assume that routes are removed immediately after close · 6ec48e92
    Steven Allen authored
    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).
    6ec48e92
notify_test.go 1.8 KB