Socket not working on 64 bit debug mode

The socket connects in 64-bit debug mode, but the response cannot be sent.
How can i solve the problem.

What platform are you testing? Does it work in a different architecture or in release mode?

Are you using sys.net.Socket or openfl.net.Socket?

I’m using sys.net.Socket

Perhaps openfl.net.Socket would work better? Or perhaps you could look at our source code and see how we do it