pyckle

Results 21 comments of pyckle

There are two solutions that I see for this use case. - Create a new runtime for each user. This is the easiest solution. - Use the same runtime, and...

> Another way would be to implement a storage that can be re-used by concurrent users without having to create a new BtClient instance. Perhaps I misread the code, but...

I think this was fixed in this commit: https://github.com/atomashpolskiy/bt/commit/1ad9d4caf49d89894712aa7f57085b88b2797505 Can this be closed?

I tend to agree that they should be put into single classes, as the spec is supposed to be backwards compatible: https://stackoverflow.com/questions/11466367/is-jdbc-4-fully-compliant-with-jdbc-3 I don't see the benefit in separating methods...

This sounds like a corrupted torrent file. More specifically from http://bittorrent.org/beps/bep_0003.html > There is also a key length or a key files, but not both or neither. If length is...

Hi, 1) This logic implements the bittorrent endgame mode as documented here: http://bittorrent.org/beps/bep_0003.html I believe that this logic matches what libtorrent documents it does: https://github.com/steeve/libtorrent/blob/master/docs/settings.rst - see strict_end_game_mode. It's puzzling...

Hi @pvishnyakov. I believe what you wrote is not a valid piece selector. The interface specifies that the piece selector returns chunks that are relevant. In your selector, it may...

Most likely this is due to the gradle equivalent of CVE-2021-26291 - https://maven.apache.org/docs/3.8.1/release-notes.html As the 4thline.org repo lacks https, there's no easy fix. A release of cling probably should be...

Hi @manmohan-shaw-okta - thank you for your reply and for opening a ticket. I read through the ticket that @ubertil linked - and the comment left there is inconsistent with...