Ernesto--
Consider asking HOWTO questions at Stack Overflow: http://stackoverflow.com/tags/dart
What's the correct method to close a websocket? The close() method throws this:Exception: Error: INVALID_ACCESS_ERR: DOM Exception 15 Stack Trace: 0. Function: '_WebSocketImpl@33cc944a._close_1@33cc944a' url: '/mnt/data/b/build/slave/dartium-lucid32-full/build/src/out/Release/obj/gen/webkit/bindings/dart/dart/WebSocketImplementation.dart' line:22 col:18 1. Function: '_WebSoc...@33cc944a.close' url: '/mnt/data/b/build/slave/dartium-lucid32-full/build/src/out/Release/obj/gen/webkit/bindings/dart/dart/WebSocketImplementation.dart' line:19 col:85 2. Function: 'Example.function' url: 'http://127.0.0.1:3030/home/ernesto/projects/example/example/Example.dart' line:35 col:38
Ernesto--