mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Opt: DroidCast help messages
This commit is contained in:
@@ -284,6 +284,7 @@ class Connection(ConnectionAttr):
|
||||
f'client can send data to {host_port[2]}:{host_port[3]}')
|
||||
server = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
server.bind(host_port[:2])
|
||||
server.settimeout(5)
|
||||
server.listen(5)
|
||||
return server
|
||||
|
||||
@@ -494,6 +495,7 @@ class Connection(ConnectionAttr):
|
||||
logger.info(msg)
|
||||
|
||||
del_cached_property(self, 'hermit_session')
|
||||
del_cached_property(self, 'droidcast_session')
|
||||
del_cached_property(self, 'minitouch_builder')
|
||||
del_cached_property(self, 'reverse_server')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user