Understanding Celluloid Concurrency
问题 Following are my Celluloid codes. client1.rb One of the 2 clients. (I named it as client 1) client2.rb 2nd of the 2 clients. (named as client 2 ) Note: the only the difference between the above 2 clients is the text that is passed to the server. i.e ( 'client-1' and 'client-2' respectively) On testing this 2 clients (by running them side by side) against following 2 servers (one at time). I found very strange results . server1.rb ( a basic example taken from the README.md of the celluloid-zmq