Skip to content
#

tokio

Here are 203 public repositories matching this topic...

raid-7
raid-7 commented Jul 7, 2020

In terms of Telegram bot API the maximum polling time of getUpdates is referred to as timeout. That is if there are pending updates, Telegram will return them immediately. In the other case, it will wait for timeout seconds and then answer with an empty list.

The telegram-bot Rust library has its own notion of timeouts. getUpdates' timeout [i

thedodd
thedodd commented Aug 17, 2020

Here is a rough idea of what this test should do:

  • It should be quite similar to the other tests which are currently in place.
  • It should isolate a follower node, write a data to the cluster which will cause that node to fall behind into lagging state, but not into snapshotting state.
  • It should then spawn a task which will continue to write data to the cluster.
  • Just after it is spawne

Improve this page

Add a description, image, and links to the tokio 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 tokio topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.