Skip to content

Packet Receive/Send Hotfix

Latest
Compare
Choose a tag to compare
@Arthri Arthri released this 25 Mar 16:06

Terraria.Net.Sockets.SocialSocket.AsyncReceive/AsyncSend uses BeginInvoke, which is not supported in .NET 6 causing PlatformNotFoundException to be thrown and no packets being read or sent. Patched both methods to use Task.Run instead