Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
e6aac357
Commit
e6aac357
authored
Oct 15, 2020
by
legoc
Browse files
(split) Corrected subscription of KEYVALUE for the event subscribers
parent
9b2bf21b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/impl/ServicesImpl.cpp
View file @
e6aac357
...
...
@@ -475,6 +475,7 @@ zmq::socket_t * ServicesImpl::createEventSubscriber(const std::string& endpoint,
streamList
.
push_back
(
message
::
Event
::
RESULT
);
streamList
.
push_back
(
message
::
Event
::
PUBLISHER
);
streamList
.
push_back
(
message
::
Event
::
PORT
);
streamList
.
push_back
(
message
::
Event
::
KEYVALUE
);
streamList
.
push_back
(
message
::
Event
::
CANCEL
);
for
(
vector
<
string
>::
const_iterator
s
=
streamList
.
begin
();
s
!=
streamList
.
end
();
++
s
)
{
...
...
Shervin Nourbakhsh
@nourbakhsh
mentioned in commit
46e44691
·
Apr 23, 2021
mentioned in commit
46e44691
mentioned in commit 46e44691a03808a23a464818487b0dd014a9c57e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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