socket: fix issue #26. store events used by reader and writer on the socket object.
It's no longer possible to read or write from more than one greenlet. An AssertionError would be raised in the second greenlet if you do. (It's still OK to recv in one greenlet and send in another).
Showing
Please register or sign in to comment