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

[apps] Fixed stransmit processing a socket twice #1569

Merged

Conversation

maxsharabayko
Copy link
Collaborator

@maxsharabayko maxsharabayko commented Sep 22, 2020

Fixes issue #1568.
srt-live-transmit tries to process the same socket twice.
This PR is a bit hacky. It removes a socket ID that is to be processed from the array to process.

  • Also changed the IPE message

@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [apps] Area: Test applications related improvements labels Sep 22, 2020
@maxsharabayko maxsharabayko added this to the v1.5.0 - Sprint 24 milestone Sep 22, 2020
@maxsharabayko maxsharabayko linked an issue Sep 22, 2020 that may be closed by this pull request
epoll_remove nonexisting socket is not an IPE,
as this function is used in API
@maxsharabayko maxsharabayko merged commit a263f89 into Haivision:master Sep 22, 2020
@maxsharabayko maxsharabayko deleted the hotfix/srt-live-transmit-epoll branch September 22, 2020 14:05
@mbakholdina mbakholdina modified the milestones: v1.5.0 - Sprint 24, v1.4.2 Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[apps] Area: Test applications related improvements Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] srt-live-transmit removes a socket from epoll twice on connection timeout
3 participants