Calling UDP and TCP Client Update Method

Diarkis Client must invoke Update method to manage internal events.

C# client needs to call its Update method at a certain interval.

For Unity game engine, It needs to be called in Unity’s Update method which is called at every frame.

UDP Client

udpDiarkisClient.Update();

TCP Client

tcpDiarkisClient.Update();