Skip to content

Server sends an "RST" to the Client #1124

@zhartov

Description

@zhartov

Hello everyone,

I have 3 clients and servers running on cohttp-eio locally on my machine, all the three servers are bound to different ports. All the clients and servers run on different domains.

My workflow looks like this - I run a client and server together in one program, similarly I have two more programs which all communicate with each other. Ideally, the first program prints out a terminate when all communications with the other two have finished correctly.

The issue is that sometimes, the communications ie a POST or a response from one of the clients doesn't get through which causes all the programs to stop execution. Tried to use Wireshark to see what the issue was and figured out that the server was sending an "RST" to the client in some of the traces. In other traces, there's a series of FIN,ACKs after which the communication stops.

Any help would be appreciated
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions