Migrate to Text based processing and not treat it as XML.
Opened this issue · 1 comments
aaditya commented
The game gives the changed XML on every car change and any of the product transaction, so need to remove the xml parser and treat the incoming xml as string and save it to db as it is.
nilzao commented
Hi there. Here something to help your project:
https://github.com/sb-cloud-race/sb-openresty
With that reverse http proxy you can focus 100% json backend.
No more xml parser :)