Baodong Chen

Results 4 issues of 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...

bug
transport-tcp
transport-usb
transport-bluetooth

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.

question
c++

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...