Reputation: 3
I know reading from client is blocking call as we have to wait for the input from the user. But, how writing to the client is a blocking call? And also if i send two client messages, lets say msg1 and msg2 using gevent socketio put_client_msg module, in what order will they reach the client?
Thanks, Ram.
Upvotes: 0
Views: 132