chenpeng
Results
2
issues of
chenpeng
i use the idlc follow the doc (https://cyclonedds.io/docs/cyclonedds-python/0.10.2/idl.html) `idlc -l py hello.idl` and the content of the hello.idl as follows: ` module HelloWorldData { struct Msg { @key long userID;...
Why not replace the authorization field with headers? This makes the test more flexible.
enhancement