-
Updated
Oct 3, 2020 - Python
client
Here are 4,533 public repositories matching this topic...
-
Updated
Oct 5, 2020 - C
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Apr 11, 2020 - Python
-
Updated
Oct 3, 2020 - Rust
-
Updated
Oct 5, 2020 - Python
-
Updated
Oct 5, 2020 - CoffeeScript
I believe that this implementation can be used for broadcast communication and also for games that want to hear a channel that is rolling a song for example.
Could you put a shortcut so you can start and end listening to a certain channel?
If you can have the implementation of a shortcut also to adjust the level of the channel. It will be perfect.
-
Updated
Aug 17, 2020 - Python
-
Updated
Oct 3, 2020 - Python
-
Updated
Oct 5, 2020 - C#
-
Updated
May 23, 2020 - PHP
-
Updated
Sep 22, 2020 - Ruby
-
Updated
Sep 29, 2020 - Python
When releasing a new version it's always hard to deliver a proper changelog. Keep a changelog is a proposal on how we can deliver a consistent and complete changelog.
I propose we implement it in this repo. I would require the following steps:
- Refactor the changelog to the keep a changelog spec.
- Add up
-
Updated
Jan 10, 2020 - Java
Because in CliClient.resume() we don't account for the case, when there is an exception in one of the async processing stages:
void resume() {
...
try {
client.startAsync(state -> {
printer.ifPresent(p -> p.print(state));
if (!options.shouldSeedAfterDownloaded() && state.getPiecesRemaining() == 0) {
runtime.shutdown();
}
}, 1000); // <-- CompletableFuture.w-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Oct 1, 2018 - Swift
Improve this page
Add a description, image, and links to the client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the client topic, visit your repo's landing page and select "manage topics."


After the searchScroll has loop over all documents, the scroll cursor is not released.
The documentation states :