Baodong Chen
Baodong Chen
SdlTransport.handleTransportError() may be called from different thread. in handleTransportError(), _transportListener.onTransportError() will be called which cause _transportListener need consider synchronized and may cause some issues. guess _transportListener's call back should be...
Dear developers, Is it possible to use pooled memory like [protobuf arena](https://protobuf.dev/reference/cpp/arenas/) when deserialize a buffer to message? eg, for nds.live, when construct RoadLayer form SmartLaterTile's data layer blob.
rebase to master branch and changed some file to fit ndk-build
Hello, I read the document `README.md.api ` but after I open the source files, seems the document not match with source. eg `vsi_fire_signal` in document but not in source. Is...