davecoates / lt-chrometools

Use Chrome for live code eval & debugging in Light Table
13 stars 0 forks source link

Rework how watchers are handled #1

Closed davecoates closed 10 years ago

davecoates commented 10 years ago

Currently using ws.js to handle watchers. This is problematic in that it creates a new connection that you could accidentally connect to quite easily which would mean live eval stops working.

Ideally we want all the watch functionality without showing a new client in the connections list.

davecoates commented 10 years ago

Fixed c91fee008a0fadfd77d1a03b57b48a5dcdd10698