Skip to content

Handle more errors by logging them #1

@code-cro

Description

@code-cro

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();

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions