Skip to content

Commit 5e3a20e

Browse files
committed
fix: adjust SettingStream bit position in settings
1 parent afca5be commit 5e3a20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
SettingSignal Setting = 1 << 5 // 是否开启signal加密
99
SettingNoEncrypt Setting = 1 << 4 // 是否不加密
1010
SettingTopic Setting = 1 << 3 // 是否有topic
11-
SettingStream Setting = 1 << 2 // 是否开启流
11+
SettingStream Setting = 1 << 1 // 是否开启流
1212

1313
)
1414

0 commit comments

Comments
 (0)