Andrew Golledge
Results
3
issues of
Andrew Golledge
Parse responses encoded in multibyte character sets (e.g. UTF-8) correctly by applying the content length given in the response to the length of the raw byte array and not the...
This pull request addresses the problem described in #25.
**Describe the bug** When using the `SendApi` method in the `EventSocket` class, an exception is thrown if the response string only contains "ERR" with no further characters following it. **To...