twisted/mantissa

Delete Endpoint port

Closed this issue · 0 comments

Currently there's no way to delete a port of type Endpoint from the command line.

From xmantissa/port.py:

if isinstance(port, (TCPPort, SSLPort)):
    port.deleteFromStore()