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

Handle more errors by logging them #1

Open
code-cro opened this issue Dec 30, 2021 · 0 comments
Open

Handle more errors by logging them #1

code-cro opened this issue Dec 30, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@code-cro
Copy link
Member

code-cro commented Dec 30, 2021

Do error handing for Tcp connection.

let mut client = TcpStream::connect(&service_address.url).await.unwrap();

Do error handling when serializing Request object with to_string_pretty method.

let json = serde_json::to_string_pretty(&self).unwrap();

@code-cro code-cro added enhancement New feature or request good first issue Good for newcomers labels Dec 30, 2021
@code-cro code-cro self-assigned this Dec 30, 2021
@code-cro code-cro changed the title Extend logging coverage Handle more errors by logging them Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant