Open a new connection
| 83 | |
| 84 | |
| 85 | class OpenConnection(ConnectionCommand): |
| 86 | """ |
| 87 | Open a new connection |
| 88 | """ |
| 89 | |
| 90 | connection: Server |
| 91 | blocking = True |
| 92 | |
| 93 | |
| 94 | class CloseConnection(ConnectionCommand): |
no outgoing calls
searching dependent graphs…