Recent posts:
Recent replies:
ilya andreyev · Dec 21, 2020
Followers:
ilya has no followers yet.
Following:
ilya has not followed anybody yet.
Global Masters badges:
ilya has no Global Masters badges yet.
To leave a comment or answer to post please log in
Please log in
To leave a post please log in
In disassembler,
it looks like the problem is here:
if (connection.ConnectionInfo.protocolVersion < 58 || !connection.IsGateway)
{
throw new ArgumentException("Unsupported type: " + obj.GetType());
}
IsGateway property is false. How do I turn it to true :) ? Any other, easier way to achieve what I'm trying to do?