5 Years Ago
DTLS Update Got rid of the main weird callback mechanism in the DTLS code for getting the messages ( the bridge between c# and c++ ). The code is simplfied, more intuitive, quicker ,natural + more garbage/memory friendly. The c# gets the messages from the c++ more naturally/explicitly. I've tested ps4 and editor and it seems fine ( but just want to give a heads up in case everything blows up ). I kept seeing DTLS stuff in the GC cleanup ( + all that ScopedAllocator stuff in pix looked well over the top in the callback ).