Skip to content
#

client

Here are 4,430 public repositories matching this topic...

HeruAsatru
HeruAsatru commented Jun 7, 2020

Context
Right now, you can toggle Push To Talk via the DoublePush Time setting under Transmission in the Audio Input section. However, by default, Push To Talk shouts in all Subchannels around your current Channel, which is sometimes not what you want. It would be nice to have the same functionality (toggle on/off) for the "Whisper" Shortcut.

Describe the feature you have in mind
To

atomashpolskiy
atomashpolskiy commented Dec 16, 2019

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

Improve this page

Add a description, image, and links to the client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.