Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
e0d2c10a
Commit
e0d2c10a
authored
Feb 11, 2015
by
Marian Triebe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in output of `test_remote_actor`
parent
aae2e2b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
unit_testing/test_remote_actor.cpp
unit_testing/test_remote_actor.cpp
+1
-1
No files found.
unit_testing/test_remote_actor.cpp
View file @
e0d2c10a
...
...
@@ -345,7 +345,7 @@ void test_remote_actor(const char* app_path, bool run_remote_actor) {
CAF_PRINT
(
"first publish succeeded on port "
<<
port1
);
auto
port2
=
io
::
publish
(
serv
,
0
,
"127.0.0.1"
);
CAF_CHECK
(
port2
>
0
);
CAF_PRINT
(
"second publish succeeded on port "
<<
port
1
);
CAF_PRINT
(
"second publish succeeded on port "
<<
port
2
);
CAF_LOGF_INFO
(
"running on port "
<<
port2
);
// publish local groups as well
auto
gport
=
io
::
publish_local_groups
(
0
);
...
...
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