rafthttp: add 3.4 stream type

This commit is contained in:
yoyinzyc 2019-10-17 14:33:53 -07:00
parent 994865c89e
commit 97e68cf4e7

View File

@ -57,6 +57,7 @@ var (
"3.1.0": {streamTypeMsgAppV2, streamTypeMessage},
"3.2.0": {streamTypeMsgAppV2, streamTypeMessage},
"3.3.0": {streamTypeMsgAppV2, streamTypeMessage},
"3.4.0": {streamTypeMsgAppV2, streamTypeMessage},
}
)