diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 7fbaa279f..bc5b7d47f 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -95,7 +95,7 @@ var ( } signMap = map[string]string{ - byteSignBR: "0a", + byteSignBR: "0d", } )