We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry for my poor english
python-websockets/websockets#466 (comment)
would you please patch this for cpython users ?
from websockets.speedups import apply_mask class XorMaskerShifted1(object): __slots__ = ('_ptr', '_mskarray','_mask') def __init__(self, mask): assert len(mask) == 4 self._mask = mask def process(self, data): return apply_mask(data,self._mask)
The text was updated successfully, but these errors were encountered:
no, won't merge;
Sorry, something went wrong.
No branches or pull requests
Sorry for my poor english
python-websockets/websockets#466 (comment)
would you please patch this for cpython users ?
The text was updated successfully, but these errors were encountered: