We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I ask something? Why don't you return received data but count of this data in SendByTcp()?
MCQuery/MCQuery/Connection.cs
Lines 105 to 108 in 2358706
But here you try to represent it like it is an answer "as-is".
MCQuery/MCQuery/Query.cs
Lines 68 to 71 in 2358706
Maybe you mean something like that?
var res = new byte[byteCount]; Buffer.BlockCopy(buffer, 0, res, 0, byteCount); return res;
The text was updated successfully, but these errors were encountered:
Probably yes. It may be a mistake.
It is an old project (made mostly for fun) and honestly I hardly remember anything.
Sorry, something went wrong.
No branches or pull requests
Can I ask something? Why don't you return received data but count of this data in SendByTcp()?
MCQuery/MCQuery/Connection.cs
Lines 105 to 108 in 2358706
But here you try to represent it like it is an answer "as-is".
MCQuery/MCQuery/Query.cs
Lines 68 to 71 in 2358706
Maybe you mean something like that?
The text was updated successfully, but these errors were encountered: