Zinc websockets logControlFrameHandled:
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:?
Running the WS tests Iâve also found an issue with: logGeneric: subject ZnWebSocketGenericLogEvent new subject: subject; emit On Jul 14, 2014, at 9:19 AM, Sebastian Sastre <SEBASTIAN@FLOWINGCONCEPT.COM> wrote:
Hi Sven and all,
Iâm using ws and in the new version Iâm experiencing this:
<Screen Shot 2014-07-14 at 9.15.34 AM.png>
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:?
For the record, commenting the log methods make 17/17 tests go green On Jul 14, 2014, at 10:32 AM, Sebastian Sastre <SEBASTIAN@FLOWINGCONCEPT.COM> wrote:
Running the WS tests Iâve also found an issue with:
logGeneric: subject ZnWebSocketGenericLogEvent new subject: subject; emit
On Jul 14, 2014, at 9:19 AM, Sebastian Sastre <SEBASTIAN@FLOWINGCONCEPT.COM> wrote:
Hi Sven and all,
Iâm using ws and in the new version Iâm experiencing this:
<Screen Shot 2014-07-14 at 9.15.34 AM.png>
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:?
participants (1)
-
Sebastian Sastre