Close a connection. If the client connection is closed, all other connections will ultimately be closed during cleanup.
| 92 | |
| 93 | |
| 94 | class CloseConnection(ConnectionCommand): |
| 95 | """ |
| 96 | Close a connection. If the client connection is closed, |
| 97 | all other connections will ultimately be closed during cleanup. |
| 98 | """ |
| 99 | |
| 100 | |
| 101 | class CloseTcpConnection(CloseConnection): |
no outgoing calls
searching dependent graphs…