websocket-client/_abnf.py at master · websocket-client ...
github.com › blob › masterimport array: import os: import struct: import sys: from. _exceptions import * from. _utils import validate_utf8: from threading import Lock: try: # If wsaccel is available, use compiled routines to mask data. # wsaccel only provides around a 10% speed boost compared # to the websocket-client _mask() implementation. # Note that wsaccel is ...