You are reading a single comment by @Injecteer and its replies. Click here to read the full conversation.
  • Yep, I had a modified copy of old handshake() code with hard-coded Sec-WebSocket-Key instead of new this.key.source. The result was, that no open event was emitted. After I poured the new crypto-aware code in, the problem disappeared.

    I created a pull-request. Please see https://github.com/espruino/EspruinoDocsĀ­/pull/289. It shouldn't have any impact on space requirement for the library.

About

Avatar for Injecteer @Injecteer started