anishathalye / seashells

The official client for seashells.io 🐚
https://seashells.io
MIT License
709 stars 20 forks source link

Windows Socket Error #9

Closed Scrxtchy closed 5 years ago

Scrxtchy commented 7 years ago

When using Seashells, the following is output to the console

echo 'test' | seashells
serving at https://seashells.io/v/rgPwbMmV
socket error: [WinError 10038] An operation was attempted on something that is not a socket
'test'

Using 0.1.2

anishathalye commented 7 years ago

Seashells uses select(2), which works for Linux/macOS, but is not supported on Windows.

I don't know if there's a clean way to fix this for Windows without too much effort. It would definitely be nice to fix this.