mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #25] Urr Recv: Timeout value #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ismail-yilmaz on GitHub (Nov 29, 2020).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/25
3260799d6e/bazaar/Urr/Urr.cpp (L14-L15)It seems that timeout value can be Upp:Null. But if this is not intended to represent "blocking" behavior (ln:18 seems to suggests that it is not), then it should be as follows:
@ismail-yilmaz commented on GitHub (Nov 29, 2020):
Ok this was false alarm, sorry. select() isn't called on timeout = Null value.
Closing the issue.