You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test our code we forced a publish error in .Instance.Set(x) by mismatching the Go structure json tags with the xml definition of the topic. This test correctly generated an error but with the message: "DDS Exception: ", there was no text describing the exception. Looking into the Go code this text should be returned by the method C.RTI_Connector_get_last_error_message(). Is the message pipeline broken or is this just one error that doesn't have a message?
How to reproduce:
Create a valid topic definition in the XML file.
Publish to this topic in Go but using a structure with json tags not matched to the XML.
Read back publish error message.
System information:
Operating system: OSX
Platform (e.g. x64Linux2.6gcc4.4.5): osx-x64
Go version: go1.19.4
The text was updated successfully, but these errors were encountered:
Description:
To test our code we forced a publish error in
.Instance.Set(x)
by mismatching the Go structure json tags with the xml definition of the topic. This test correctly generated an error but with the message: "DDS Exception: ", there was no text describing the exception. Looking into the Go code this text should be returned by the methodC.RTI_Connector_get_last_error_message()
. Is the message pipeline broken or is this just one error that doesn't have a message?How to reproduce:
System information:
Operating system: OSX
Platform (e.g. x64Linux2.6gcc4.4.5): osx-x64
Go version: go1.19.4
The text was updated successfully, but these errors were encountered: