apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.32k stars 8.78k forks source link

ApplicationData field codec bug in class AbstractBranchEndRequest #86

Closed zhangxu19830126 closed 5 years ago

zhangxu19830126 commented 5 years ago

encode using int and decode using short with ApplicationData field

chenld commented 5 years ago

why not use sofa bolt ?

sharajava commented 5 years ago

Fixed by https://github.com/alibaba/fescar/pull/105