Skip to content

Commit

Permalink
Re-enable Windows support
Browse files Browse the repository at this point in the history
It works well enough now with the recent fixes and a modern Python.
  • Loading branch information
CendioOssman authored and Giuseppe Corbelli committed Apr 15, 2019
1 parent 05c4ac9 commit dc3d28c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions websockify/websockifyserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
if sys.platform == 'win32':
# make sockets pickle-able/inheritable
import multiprocessing.reduction
# the multiprocesssing module behaves much differently on Windows,
# and we have yet to fix all the bugs
sys.exit("Windows is not supported at this time")

from websockify.websocket import WebSocket, WebSocketWantReadError, WebSocketWantWriteError
from websockify.websocketserver import WebSocketRequestHandlerMixIn
Expand Down

0 comments on commit dc3d28c

Please sign in to comment.