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
I am seeing the following error show up in the logs:
Ranch acceptor received unexpected message: {:system, {#PID<0.982.0>, #Reference<0.736632836.3709599745.155908>}, :get_status}
Which is logged from this line: https://github.com/ninenines/ranch/blob/1.3.2/src/ranch_acceptor.erl#L53
It seems to be coming from this line https://github.com/shinyscorpion/wobserver/blob/master/lib/wobserver/util/process.ex#L224
Searching my dependencies it looks like there are only 2 calls to :sys.get_status/2, one from within ranch itself and another from this library.
:sys.get_status/2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am seeing the following error show up in the logs:
Which is logged from this line:
https://github.com/ninenines/ranch/blob/1.3.2/src/ranch_acceptor.erl#L53
It seems to be coming from this line
https://github.com/shinyscorpion/wobserver/blob/master/lib/wobserver/util/process.ex#L224
Searching my dependencies it looks like there are only 2 calls to
:sys.get_status/2
, one from within ranch itself and another from this library.The text was updated successfully, but these errors were encountered: