Skip to content

InSim.NET 2.1.1 BETA

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexmcbride alexmcbride released this 26 Sep 16:42
· 157 commits to master since this release
  • Added ContinueOnCapturedContext property to InSim, TcpSocket and UdpSocket. Setting this to false prevents InSim.NET from marshalling packet callbacks back onto the calling thread e.g. in UI programs.
  • Fixed exploit that allowed players to crash InSim.NET by typing characters in LFS that were not translatable into unicode.
  • TcpSocket and UdpSocket now expose their underlying .NET Socket objects for convienence.