phoenix-dataplane / phoenix

Phoenix dataplane system service
https://phoenix-dataplane.github.io
Apache License 2.0
51 stars 9 forks source link

App could already modify message header (MessageMeta) before Backend sucessfully send the message #129

Closed libertyeagle closed 2 years ago

libertyeagle commented 2 years ago

each send is modifying call_id on the same MessageMeta; a meta buffer is required.

crazyboycjr commented 2 years ago

130 is trying to fix this bug.

libertyeagle commented 2 years ago

fixed in #130