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...
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...