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

Return AEE_ECONNREFUSED when Fastrpc device is not available #32

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

quic-ekangupt
Copy link
Contributor

Currently, during device open, if Fastrpc device is not available AEE_ERPC error code is returned. AEE_ERPC is a generic error code and clients are not expecting AEE_ERPC in this scenario. To address this, change the error code to AEE_ECONNREFUSED.

Currently, during device open, if Fastrpc device is not available
AEE_ERPC error code is returned. AEE_ERPC is a generic error code and
clients are not expecting AEE_ERPC in this scenario. To address
this, change the error code to AEE_ECONNREFUSED.

Signed-off-by: ANANDU KRISHNAN E <[email protected]>
@quic-bkumar quic-bkumar merged commit e70937b into development Aug 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants