Hi Sven and all,

I�m using ws and in the new version I�m experiencing this:


I�m loading Zinc like this:

Gofer it
url: 'http://mc.stfx.eu/ZincHTTPComponents';
package: 'ConfigurationOfZincHTTPComponents';
load.

(Smalltalk at:#ConfigurationOfZincHTTPComponents) project latestVersion load: 'WebSocket'. 
(Smalltalk at:#ConfigurationOfZincHTTPComponents) project latestVersion load: 'SSO'.

Gofer it
url: 'http://mc.stfx.eu/Zodiac';
package: 'Zodiac-Core';
package: 'Zodiac-Tests';
load.

Do I have a missing package?

What�s the idea in logControlFrameHandled:?