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
When I use websocket_client with Erlang/OTP 20, I meet this: crypto.rand_bytes/1 is undefined or private. Did you mean one of: * rand_seed/1 in:
websocket_client/src/wsc_lib.erl:227:
With google the it seems a new api crypto.strong_rand_bytes to do the same work.
The text was updated successfully, but these errors were encountered:
Seems like this is fixed by 9a6f65d
Sorry, something went wrong.
No branches or pull requests
When I use websocket_client with Erlang/OTP 20, I meet this:
crypto.rand_bytes/1 is undefined or private. Did you mean one of: * rand_seed/1
in:
With google the it seems a new api crypto.strong_rand_bytes to do the same work.
The text was updated successfully, but these errors were encountered: