lidgren-network-gen3 icon indicating copy to clipboard operation
lidgren-network-gen3 copied to clipboard

llvm optimization

Open bzhenderson opened this issue 8 years ago • 1 comments

If I compile a project using Xamarin with llvm optimizations turned on, I would find that I would be unable to establish a connection with a server. This would manifest itself by the client sending a connection request to the server, but the server would complain that it would timeout because it was never able to reach the client.

The llvm optimizations were only being applied to the client. And this is definitely the switch that would determine whether or not the library would work as expected.

bzhenderson avatar Jun 02 '16 23:06 bzhenderson

That sounds like a problem with the llvm optimizations being done. If you could narrow it down what is not working after optimizations it would be great.

lidgren avatar Jun 13 '16 14:06 lidgren