i am trying to handle a huge requests within the server by sending data From each Client Class as a Queue
in the Client Class i have setup a Timer
B4X:
Dim SendTimerQueue As Timer
Dim ClientCMdList As List
Dim SendingQueue As Boolean
and each Time the Timer Fired it should handle the list of...