Shutdown is called when memberlist is shutting down; this gives the transport a chance to clean up any listeners.
()
| 66 | // Shutdown is called when memberlist is shutting down; this gives the |
| 67 | // transport a chance to clean up any listeners. |
| 68 | Shutdown() error |
| 69 | } |
| 70 | |
| 71 | type Address struct { |
no outgoing calls