Skip to content

Commit dc3d28c

Browse files
CendioOssmanGiuseppe Corbelli
authored andcommitted
Re-enable Windows support
It works well enough now with the recent fixes and a modern Python.
1 parent 05c4ac9 commit dc3d28c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

websockify/websockifyserver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
if sys.platform == 'win32':
4141
# make sockets pickle-able/inheritable
4242
import multiprocessing.reduction
43-
# the multiprocesssing module behaves much differently on Windows,
44-
# and we have yet to fix all the bugs
45-
sys.exit("Windows is not supported at this time")
4643

4744
from websockify.websocket import WebSocket, WebSocketWantReadError, WebSocketWantWriteError
4845
from websockify.websocketserver import WebSocketRequestHandlerMixIn

0 commit comments

Comments
 (0)