We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ddfa0 commit 776cb43Copy full SHA for 776cb43
packages/transport-tcp/src/listener.ts
@@ -53,7 +53,7 @@ enum TCPListenerStatusCode {
53
INACTIVE = 0,
54
ACTIVE = 1,
55
/* During the connection limits */
56
- PAUSED = 2,
+ PAUSED = 2
57
}
58
59
type Status = { code: TCPListenerStatusCode.INACTIVE } | {
0 commit comments