[Pharo-project] Issue 3277 in pharo: [FIX] Replace #& in Socket with #and: to save #isConnected send
Status: Accepted Owner: philippe.marschall Labels: Difficulty-Easy Importance-Low Type-RequestForEnhancement Milestone-1.2 New issue 3277 by philippe.marschall: [FIX] Replace #& in Socket with #and: to save #isConnected send http://code.google.com/p/pharo/issues/detail?id=3277 Socket #waitForSendDoneFor: and #waitForSendDoneUntil: use #&. We can replace this with #and: to save #isConnected self send in case #primSocketSendDone: answers true. This is likely the case in local host due to shared memory (eg. Seaside behind an Apache). In order to preserve the exact same semantics we have to swap the receiver and argument of #&. I'll a commit a patch shortly but I first need to have an id so that I can reference it.
Updates: Status: Fixed Comment #1 on issue 3277 by philippe.marschall: [FIX] Replace #& in Socket with #and: to save #isConnected send http://code.google.com/p/pharo/issues/detail?id=3277 Name: Network-Kernel-pmm.53 Author: Pmm Time: 20 November 2010, 11:59:03 pm UUID: 335e508f-51e0-4869-84e0-a610c12779ec Ancestors: Network-Kernel-MarcusDenker.52 - Issue 3277: [FIX] Replace #& in Socket with #and: to save #isConnected send - http://code.google.com/p/pharo/issues/detail?id=3277
Updates: Status: Closed Comment #2 on issue 3277 by marcus.denker: [FIX] Replace #& in Socket with #and: to save #isConnected send http://code.google.com/p/pharo/issues/detail?id=3277 12250
participants (1)
-
pharo@googlecode.com