62 packages tagged with “timeout”
Polly is a .NET resilience and transient-fault-handling library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
Polly is a .NET 4.5 / .NET Standard 1.1 library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback in a fluent and thread-safe manner.
The main goal of this library is to provide unified http request retrying policies for the HttpClient that just works. Actually this library wraps awesome Polly library with the predefined settings to allow developers to use it as is without a deep dive to Polly.
Useful extensions contribution by Bnaya Eshet Blog: http://blogs.microsoft.co.il/bnaya/ Source Code: https://github.com/bnayae/Bnaya.CSharp.AsyncExtensions # NuGet this library available on NuGet via Install-Package Bnaya.CSharp.AsyncExtensions ## This library have the following goodies: * Exception Handling * ThrowAll (produce AggregateException when waiting on Task.WhenAll) * Format (format async exception into friendlier call-stack representation) * Timeout (will apply timeout semantic for any Task) * WithTimeout (will throw on timeout) * IsTimeoutAsync (will return indication without throwing, ideal for SLA checks [practice: check and produce warning]) * Cancellation * CancelSafe (will run the CancellationTokenSource.Cancel within try catch and prevent unexpected side effect which can happen when cancellation token registration throw) * Friendly async locking facilities (which can replace the classical lock statement). * Extensions * TryAcquireAsync * AcquireAsync * Instance-able * AsyncLock * WhenN: use to complete task after n task succeed THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Tools and extensions for working with threads, tasks and asynchronous code.
Abbotware Interop Library for NUnit - Contains helper methods, extension methods, and plugins
Polly.Net40Async is a version of the Polly library for .NET 4.0 with async support via Microsoft.Bcl.Async. Polly allows developers to express resilience policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Trybot is a transient fault handling framework including such bots as Retry, Timeout, Fallback and Circuit Breaker.
Super-powered monitoring of Seq events with start/end times, timeout and suppression intervals, matching multiple properties, day of week and day of month inclusion/exclusion, and optional holiday API!
Provides support for working with Polly policies, including a strategy for resilient database queries.
Client to more easily handle Telnet
This is to check timeout value and show a warning popup before timeout at client screen. You have to set session timeout value and warning time value in web.config and add js and css to the page just follow the 4 easy steps as described in a text file inside Instruction folder. This demo created in mvc razor but this same can be done in other web technologies. Multiple tab support is there, so if you are logged in and inactive in one tab and active in another tab then both the sessions will be active. Minimum requirement is js support. Please feel free to post your comments: http://pro-post.blogspot.in/2015/08/client-side-session-timeout-management.html
Thread-safe, asynchronous windows clipboard service with retry strategy for .NET.
Add resiliency to your async operations with retries, timeouts, and circuit-breakers.
Time Out functionality to Console.Readline. when you need user to enter input within say 5 second else proceed with default value or ahead..(cant wait forever for user)
The collection of Http Message Delegating Handlers.
Hprose is a popular high-performance RPC library for .NET
ADN.Threading is a cross-platform open-source library which provides threading utilities to .NET developers
Keep Me Alive (KMA) assists web application developers by providing a simple add-in to help keep sessions from timing out while a user is is viewing a web page.
Fody add-in for weaving NUnit Timeout tags on the TestFixture classes with a global maximum. Depending on your setting the slow unit tests are going to fail after the timeout period. The goal is to catch all incorrectly written NUnit tests and to force them to execute quickly. This will provide the possibility to use the test set in TDD scenario. By not installing the weaver into some of the test assemblies, you can build integration unit tests, which you can leave out from the TDD process and run them only on your build server.
Source code package. Extension methods for timing out when waiting on a Task, with bypass that doesn't time out when the debugger is attached. Useful to detect deadlocked/slow tests.
Task utilities featuring TimedCancellationTokenSource for automatic timeout-based cancellation and Task extension methods with FluentResults integration for improved error handling and cancellation token management.
Cross-platform library providing exclusive lock on file, with timeout functionality. Forked from: https://xabe.net/product/xabe_filelock/
This library provides a collection of fake stream for testing. A constant stream is an lazy stream (not backed by a base stream) and provide a basic reading operations of a stream of bytes (the same byte or stride of bytes). The streams imitate a NetworkStream by providing only the "Read" operation and not "Seek", "Length" or "Write".
Collection that allows specifying storage time (can also be unlimited) for its elements which are removed after it is elapsed.
An extension for EasyNetQ which allows you to execute message handlers within a Polly policy.
Source code package. A utility class for running external processes in various ways, with timeout and success/failure notification and getting their output recorded via a logger.
Biblioteca de resiliencia para aplicaciones .NET que implementa patrones como Circuit Breaker, Retry, Timeout, Bulkhead y Fallback usando Polly.