You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stopping client and stopWhenDownloaded() throws java.lang.RuntimeException
I have tried to stop manualy by calling btClient.startAsync(); with function with stops client
Also i have found clientBuilder = Bt.client(btRuntime).stopWhenDownloaded()
I expect that after torrent downloads client should correctly stop and deattach from btRuntime
But every time in try to stop and throws java.lang.RuntimeException: Incoming channel @ /192.168.70.1:6891 has been closed, will stop accepting incoming connections...
The text was updated successfully, but these errors were encountered:
zhennik26
changed the title
Stopping and stopWhenDownloaded() throws java.lang.RuntimeException
Stopping client and stopWhenDownloaded() throws java.lang.RuntimeException
Mar 9, 2023
Stopping client and stopWhenDownloaded() throws java.lang.RuntimeException
I have tried to stop manualy by calling btClient.startAsync(); with function with stops client
Also i have found clientBuilder = Bt.client(btRuntime).stopWhenDownloaded()
I expect that after torrent downloads client should correctly stop and deattach from btRuntime
But every time in try to stop and throws
java.lang.RuntimeException: Incoming channel @ /192.168.70.1:6891 has been closed, will stop accepting incoming connections...
The text was updated successfully, but these errors were encountered: