-
Updated
Jan 21, 2021 - Python
client
Here are 4,776 public repositories matching this topic...
-
Updated
Jan 26, 2021 - C
-
Updated
Jan 23, 2021 - TypeScript
-
Updated
Dec 22, 2020 - Python
-
Updated
Nov 1, 2020 - Rust
-
Updated
Jan 18, 2021 - Python
-
Updated
Jan 24, 2021 - CoffeeScript
When starting Mumble with: mumble "mumble://user@server.tld" it does not connect to the server and says "This version of Mumble can't handle URLs for Mumble version 1.2.0"
"mumble://user@server.tld?version=1.4.0" also doesn't work.
Works in a new instance if another Mumble instance is already running.
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 25, 2021 - Python
-
Updated
Jan 25, 2021 - C#
-
Updated
Jan 22, 2021 - PHP
-
Updated
Jan 19, 2021 - Ruby
-
Updated
Jan 9, 2021 - Python
-
Updated
Jan 10, 2020 - Java
Hey Crew,
Nice job on gocql, I'm a fan...
For my production services, I could use notification events (via callback or channel) when the gocql client disconnects and reconnects to/from Cassandra. This is useful for higher-level application logic (ie: invoke alarms, stop reading from a durable message queue, etc).
After looking through the code, it looks like the connection information is not p
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.wImprove 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."
As suggested in the ESM guidelines of Node.js it would be good to explicit the type of the module.
{ + "type": "commonjs", }