Remove slow frame timer if service is not ready

This commit is contained in:
Nikolay Kim 2023-11-21 00:38:53 +06:00
parent 8a91402248
commit 9db4f21d71
4 changed files with 13 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.3.8"
version = "0.3.9"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]