wearscript / wearscript-playground

Work in progress (home to the new playground, previous is in wearscript/server)
6 stars 10 forks source link

Socket.subscribe Failed to initialize #7

Open Kadajett opened 10 years ago

Kadajett commented 10 years ago

Socket.subscribe() is returning undefined. Socket.connect() needs to be called first I think

bwhite commented 10 years ago

That socket is unused, look at the repo wearscript-js/wearscript-client.js which is used by the playground for pubsub. It's a mock for the "angular" way to do things.

-B

On Thu, Mar 6, 2014 at 9:48 AM, Jeremy Stover notifications@github.comwrote:

It seems like the subscribe() function was never created. What is the functionality that is wanted here?

Reply to this email directly or view it on GitHubhttps://github.com/wearscript/wearscript-playground/issues/7 .