Skip to content

Commit 308dfe2

Browse files
committed
fix(connection): did not reset timeout if it is zero
1 parent 007217a commit 308dfe2

File tree

5 files changed

+375
-390
lines changed

5 files changed

+375
-390
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# Changes Logs
1+
# Changes
2+
3+
## v0.1.1
4+
5+
- fix(connection): did not reset timeout if it is zero.

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
'server',
1313
'common',
1414
'protocol',
15+
'connection',
1516
'deps',
1617
'doc',
1718
'lint',

0 commit comments

Comments
 (0)