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 Apache Thrift application for Erlang is compiled under OTP 18, its thrift_reconnecting_client module emits deprecation warning for erlang:now/0.
thrift_reconnecting_client
erlang:now/0
https://github.com/apache/thrift/blob/master/lib/erl/src/thrift_reconnecting_client.erl#L118-L120
Start = now(), Result = ( catch thrift_client:call( Client, Op, Args) ), Time = timer:now_diff( now(), Start ),
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When Apache Thrift application for Erlang is compiled under OTP 18, its
thrift_reconnecting_client
module emits deprecation warning forerlang:now/0
.https://github.com/apache/thrift/blob/master/lib/erl/src/thrift_reconnecting_client.erl#L118-L120
The text was updated successfully, but these errors were encountered: