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

emit() callback never called #524

Closed
binarykitchen opened this issue Mar 5, 2013 · 1 comment
Closed

emit() callback never called #524

binarykitchen opened this issue Mar 5, 2013 · 1 comment

Comments

@binarykitchen
Copy link

Hello there

Looks like the callback function for emit() is never called. I have this code here:

this.socket.emit(
    'newFrame',
    {framesCount: this.framesCount, frame: frame},
    function(response) {
        console.log('this is never called');
    }
);

Would be great to have the callback working. So that I can measure the performance of server + client communication.

Thanks!
Michael

@khamaileon
Copy link

+1

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

3 participants