Skip to content

Commit b7f60bf

Browse files
committed
bumped to version 13 as protocol is now stable
1 parent bda0715 commit b7f60bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ws4py/server/wsgi/middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from ws4py.streaming import Stream
1414
from ws4py.server.handler.threadedhandler import WebSocketHandler as ThreadedHandler
1515

16-
WS_VERSION = 8
16+
WS_VERSION = 13
1717

1818
class WebSocketHandler(ThreadedHandler):
1919
"""WebSocket API for handlers

0 commit comments

Comments
 (0)