kiskele
Results
2
comments of
kiskele
I have a similar issue, it might be because acceptor is started with create_task() and result is not awaited, so __init__ of sftp_factory is started before acceptor saved home_directory into...
Yes, my solution is also to run the async DB query in SSHServer.begin_auth. The problem is that I don't have access to SSHServerConnection from SSHServer. It was very-very painful to...