GnRSlash

Results 3 comments of GnRSlash

If you have a decoder specified, the try catch never occurs, how to do it the right way? example: ``` try { final Response res = await post( '${baseProvider.nodeApiUrl}/execDBQuery', json.encode(paramssend),...

Hi, do you have this feature already?

This part of your code will not work: `if (data.LastOrDefault() != Delimiter) { Write(data + StringEncoder.GetString(new byte[] { Delimiter })); }` And this: delimiter = 0x13;