Hi Sven,
how are you doing?
Firstly let me ask you how should I load Zinc.
I�m doing it like this:
Gofer it
package: 'ConfigurationOfZincHTTPComponents';
load.
(Smalltalk at:#ConfigurationOfZincHTTPComponents) project latestVersion load: 'WebSocket'.
(Smalltalk at:#ConfigurationOfZincHTTPComponents) project latestVersion load: 'SSO'.
Gofer it
package: 'Zodiac-Core';
package: 'Zodiac-Tests';
load.
Is that the right source/way?
Secondly, I�m experiencing this in the latest version:
What�s the package that has the missin ZnWebSocketControlFrameHandledEvent?
thanks!