here’s the problem..
at times the server doesn’t know from which client the request has come,and gives correct results either for other clients or gives garbage value.
then there’s this doubt that if we are using the same array for handing data from all the clients,won’t it be overwritten ?
the server has no way of distinguishing data.it just takes in all the data.and if we use a different key foe sending or receiving,then an entirely new mq will be created..
what to do..?
here’s the problem..
at times the server doesn’t know from which client the request has come,and gives correct results either for other clients or gives garbage value.
then there’s this doubt that if we are using the same array for handing data from all the clients,won’t it be overwritten ?
the server has no way of distinguishing data.it just takes in all the data.and if we use a different key foe sending or receiving,then an entirely new mq will be created..
what to do..?