Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jacktrip
Commits
eada1387
Unverified
Commit
eada1387
authored
Jun 22, 2020
by
daveccrma
Committed by
GitHub
Jun 22, 2020
Browse files
Merge pull request #72 from jacktrip/hotfix-branch
reverted a change to UdpDataProtocol.cpp, jacktrip used to give a cle…
parents
3ce9b659
a066d644
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UdpDataProtocol.cpp
View file @
eada1387
...
...
@@ -576,9 +576,6 @@ void UdpDataProtocol::run()
break
;
}
case
SENDER
:
{
//Make sure we don't start sending packets too soon.
QThread
::
msleep
(
100
);
//-----------------------------------------------------------------------------------
while
(
!
mStopped
)
{
// OLD CODE WITHOUT REDUNDANCY -----------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment