eclipse-uprotocol / up-cpp

uProtocol Language Specific Library for C++
Apache License 2.0
15 stars 25 forks source link

Bug fixes #184

Closed ruchirchauhan closed 3 weeks ago

ruchirchauhan commented 3 weeks ago

Fixes two bugs:

  1. Change uuri validator for every builder to be specific to that message type.
  2. While building response type builder, id of the original request (not reqid) should be copied to reqid of the response being created.