Skip to content

InSim.NET 2.1.1

Compare
Choose a tag to compare
@alexmcbride alexmcbride released this 29 Sep 12:36
· 147 commits to master since this release
  • Added new IS_HCP packet and HandicapHelper class.
  • Added ContinueOnCapturedContext property to InSim, OutSim, OutGauge, TcpSocket and UdpSocket classes. Setting this to false prevents InSim.NET from marshalling packet callbacks back onto the calling thread e.g. in UI programs.
  • Fixed bug 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.