flutter_famguard
flutter_famguard copied to clipboard
getLastError responses are wrong
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.