Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with "connection" event. #7

Open
msyea opened this issue Mar 11, 2013 · 3 comments
Open

Issue with "connection" event. #7

msyea opened this issue Mar 11, 2013 · 3 comments

Comments

@msyea
Copy link

msyea commented Mar 11, 2013

When trying to connect from the client I'm getting this error:

var bridge = new compound.ControllerBridge(compound);
             ^
TypeError: undefined is not a function

I've looked through the source and ControllerBridge doesn't exist. However controllerBridge does but that's not a function either. I don't know the inner-workings of compound to solve this myself.

Best,
Si

@1602
Copy link
Member

1602 commented Mar 11, 2013

Fixed. Sorry man, i have lack of time for proper testing. Let me know if
further issues. Join #compoundjs on freenode.org IRC channel. You can
install fresh version as npm install compoundjs/socket

On Mon, Mar 11, 2013 at 6:09 PM, Simon Mayes [email protected]:

When trying to connect from the client I'm getting this error:

var bridge = new compound.ControllerBridge(compound);
^
TypeError: undefined is not a function

I've looked through the source and ControllerBridge doesn't exist.
However controllerBridge does but that's not a function either. I don't
know the inner-workings of compound to solve this myself.

Best,
Si


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

@msyea
Copy link
Author

msyea commented Mar 11, 2013

Just joined the IRC channel. I just tried npm install compoundjs/socket but that installed an old version of rw.io.

@msyea
Copy link
Author

msyea commented Mar 11, 2013

Unfortunately there's now some issues within ControllerBridge.

controller-bridge.js:198
            $(req.app.path()).blue +
                      ^
TypeError: Cannot call method 'path' of undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants