fregante / GhostText

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
https://GhostText.fregante.com
MIT License
3.29k stars 117 forks source link

WebSocker error 1006 on Windows systems #36

Closed Cacodaimon closed 10 years ago

Cacodaimon commented 10 years ago

The WebSocket server causes a 1006 error on Windows machines.

It seems that the windows closes the socket before finishing the transfer.

Cacodaimon commented 10 years ago

@philippotto Can you please verify that this commit fixes the problems occurring on a disconnect at your system, too? If this fixes the bug I gonna create a new tag/release.

philippotto commented 10 years ago

Seems to be fixed! I just tested it and the problem didn't occur.

Cacodaimon commented 10 years ago

Thanks for testing!