Skip to content

no timeout for select() in MainLoop thread #6

@MikeTuev

Description

@MikeTuev

I guess it make sense: there is no timeout for select specified. So program will never shutdown or shutdown if there will be no activity on the network.

if (select(nfds, &readfs, 0, 0, 0) >= 0) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions