Hi - I've got both Zinc and Zodiac loaded into a Pharo 2 image. When I do a ZnClient #get: to an http connection I'm getting the dnu mentioned in the subject of this email.
The message send that causes it is in ZnStringEntity>>#readFrom: ZnNetworkingUtils default socketStreamClass prints: 'ZdcSocketStream' Changing that to 'SocketStream' like so: ZnNetworkingUtils default socketStreamClass: SocketStream makes everything work . Just wanted to let you know Paul
