Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
Ploty2
Commits
bb5e85c0
Commit
bb5e85c0
authored
Nov 29, 2019
by
Locatelli
Browse files
Updates for new cameo-api-cpp version
parent
28f310f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/manager/RequestDealerManager.cpp
View file @
bb5e85c0
...
...
@@ -73,7 +73,7 @@ void RequestDealerManager::loop(std::shared_ptr<cameo::application::Responder> r
// Wait for a new request.
unique_ptr
<
application
::
Request
>
request
=
responder
->
receive
();
if
(
responder
->
hasEnd
ed
()
==
false
)
{
if
(
responder
->
isCancel
ed
()
==
false
)
{
// Get the request type.
string
firstPart
=
request
->
getBinary
();
proto
::
Message
message
;
...
...
Write
Preview
Markdown
is supported
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