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

Socket.io connection getting aborted in Chrome #4

Open
sdigihey opened this issue Jul 1, 2015 · 4 comments
Open

Socket.io connection getting aborted in Chrome #4

sdigihey opened this issue Jul 1, 2015 · 4 comments

Comments

@sdigihey
Copy link

sdigihey commented Jul 1, 2015

While everything works fine in Firefox, in Chrome I get
GET http://mydomain.com:8057/socket.io/?EIO=3&transport=polling&t=1435745877903-0
Aborted
GET http://mydomain.com:8057/socket.io/?EIO=3&trans...polling&t=1435745878278-1&sid=4XV5UPeAy3cmukYGAAAE
Aborted

Any idea what would be a problem?

@sdigihey
Copy link
Author

sdigihey commented Jul 1, 2015

UPDATE: after updating both client script and server module to 1.3.5 i get some sort of connection but seams that no data is going trough since i'm not getting any response from server after recording is done

@sdigihey
Copy link
Author

sdigihey commented Jul 7, 2015

i traced it to getBlob function, it is called expected number of times and and file gets recorded but 1s length. Also if i set interval for 3s and stop recording after 4, file is not written since if(e.data.reply === 'done'){ is never returned

@Mido22
Copy link
Owner

Mido22 commented Jul 8, 2015

Hi sdigihey, sorry, I am bit busy with other things at work, give me some time, I ll fix it and get back to you.

@Mido22
Copy link
Owner

Mido22 commented Jul 29, 2015

@sdigihey I have made a fix( made the workers retrieving wav and converting it into ogg as sequence, no more parallel conversion), can you confirm if it works properly now, then I can close the issue :)

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