-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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 |
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 |
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. |
@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 :) |
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?
The text was updated successfully, but these errors were encountered: