Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Blocking call in connection/receive_data. #116

@tacozMacleo

Description

@tacozMacleo

I do not like blocking calls, that that can not be close gracefully.
So in Class: ReceiveData function: receive_data, we have a socket.recv,
that need to be changed, so it can be closed gracefully.
Example on how:
Stackoverflow - How to set timeout on python's socket recv method?
If you have a nicer way, great then use it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions