lhez opened a new issue #9174: URL: https://github.com/apache/tvm/issues/9174
I happened to need `custom_addr` option in cpp rpc. However, `custom_addr_` does not seem properly quoted in the JSON string that is sent to the tracker, resulting in JSON parsing failure in the tracker. In particular, there are 3 occurrences in `apps/cpp_rpc/rpc_tracker_client.h` - [line 88](https://github.com/apache/tvm/blob/main/apps/cpp_rpc/rpc_tracker_client.h#L88), [line 116](https://github.com/apache/tvm/blob/main/apps/cpp_rpc/rpc_tracker_client.h#L116) and [line 168](https://github.com/apache/tvm/blob/main/apps/cpp_rpc/rpc_tracker_client.h#L168). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
