flutter_famguard icon indicating copy to clipboard operation
flutter_famguard copied to clipboard

getLastError responses are wrong

Open dmliao opened this issue 9 years ago • 0 comments

OP_INSERT, OP_UPDATE, and OP_DELETE do not wait for responses, instead sending an OP_QUERY with a getLastError command to retrieve the response. Currently, Proxy Core sends back the same response as it would've if the respective commands were called, but the format for the responses should be different for the getLastError response.

dmliao avatar Jun 23 '15 15:06 dmliao