What is recommended for use in server plugins for asynchronous web operations?
I have analytics functions that get sent out to playfab for various things, and I'm currently using ThreadPool.QueueUserWorkItem. Is there a preferred method for fire and forget async operations such as these that would be friendlier to the server?
I have analytics functions that get sent out to playfab for various things, and I'm currently using ThreadPool.QueueUserWorkItem. Is there a preferred method for fire and forget async operations such as these that would be friendlier to the server?