user160691
user160691

Reputation: 3

How gevent socketio writing to client is a blocking call

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

Answers (0)

Related Questions