Chykary / FizzySteamworks

A transport for Mirror using Steam / Steamworks.NET
284 stars 32 forks source link

Fix unreliable packet failures #7

Closed jasonsurratt closed 4 years ago

jasonsurratt commented 4 years ago

segment.Array was returning the entire underlying array instead of just the subset that was relevant to the send. Change this to segment.ToArray() resolved the issue.