Skip to content
New issue

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

Apache Thrift should support Erlang/OTP 18 #1

Open
tatsuya6502 opened this issue Nov 10, 2015 · 0 comments
Open

Apache Thrift should support Erlang/OTP 18 #1

tatsuya6502 opened this issue Nov 10, 2015 · 0 comments
Labels

Comments

@tatsuya6502
Copy link
Member

When Apache Thrift application for Erlang is compiled under OTP 18, its thrift_reconnecting_client module emits deprecation warning for 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 ),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant