Fixing an NSException that was being raised when we try to receive: with a NIL deliverTo
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 23:51:41 +0000 (16:51 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 23:51:41 +0000 (16:51 -0700)
commita42dad9c7aded15ae6c928a1f01a09997ad82f49
tree8748ce974d16c094e20e2f7208cdfaae5dd4835f
parent3d0db17f79102e308d3b9ba575b5534ea80b1e20
Fixing an NSException that was being raised when we try to receive: with a NIL deliverTo

* Source/SocketWrapper.m:
([SocketWrapper receive:]): If the client does not specify a selector, do not add it into the userInfo dictionary
Source/SocketWrapper.m