feat: add background to conn args when client ws recon

This commit is contained in:
Gordon
2023-06-11 15:32:53 +08:00
parent 3d119d4632
commit e04f633fab
4 changed files with 12 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ const (
OperationID = "operationID"
Compression = "compression"
GzipCompressionProtocol = "gzip"
BackgroundStatus = "isBackground"
)
const (
WebSocket = iota + 1