Hi Guido,

Some time ago you were unable to access Monticello from inside your particular 
network situation.

http://forum.world.st/Unable-to-use-Monticello-in-last-images-from-Jenkins-tt4653446.html

We just were able to solve a similar case.

http://forum.world.st/Problem-downloading-packages-with-Monticello-from-Smalltalkhub-because-of-setAcceptEncodingGzip-tt4677539.html

Would it be possible to verify, first that your old problem still exists, and 
then try again with the following patch.

SocketStream>>next: count
        "Read count elements and return them in a collection.
        If the receiver is #atEnd before count elements were read, return a 
smaller collection."

        ^ self nextInto: (self streamBuffer: count)

That would be most helpful.

Thx,

Sven

--
Sven Van Caekenberghe
http://stfx.eu
Smalltalk is the Red Pill


Reply via email to