koi_net.components.port_manager

Classes

PortManager(log, config)

Changes port if already in use by another process.

class koi_net.components.port_manager.PortManager(log, config)[source]

Bases: object

Changes port if already in use by another process.

Parameters:
acquire_port()[source]
config: ConfigProvider | FullNodeConfig
log: Logger
start()[source]