Justin Dickow
Justin Dickow
[SDLProtocol.m](https://github.com/smartdevicelink/sdl_ios/blob/master/sdl_ios/SmartDeviceLink/SDLProtocol.m#L190-222) The current process is: 1. Receive Bytes 2. Check buffer for header length 3. Process header 4. Check buffer for message length 5. Process message 6. Remove header and...
The trace key looks like it's used to prevent others from using the public methods of SDLTrace to log, it should be removed in this project. We should deprecate and...
This library is only useful for xml documents that are < 256 MB because that is the string size limit on V8. If there's no other internal limitation in xmldom,...