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
code
pfabric
Commits
2ee2ad8a
Commit
2ee2ad8a
authored
Nov 07, 2017
by
Constantin Pohl
Browse files
minor change in documentation
parent
ff7ac181
Changes
1
Hide whitespace changes
Inline
Side-by-side
documentation/Network.md
View file @
2ee2ad8a
...
...
@@ -21,8 +21,8 @@ that CMake can find them), you have to enable the network source by switching th
or by passing
`-DNETWORK_SOURCES=ON`
to cmake, like
`cmake -DNETWORK_SOURCES=ON ../src`
.
In addition, you have to start the RabbitMQ server before running the test case. This can be done
on console by the command
`
$
service rabbitmq-server start`
(without the $)
. Else the test case
will throw an error
.
on console by the command
`service rabbitmq-server start`
. Else the test case
will throw an error,
namely
`AMQP cannot create socket`
.
#### newStreamFromRabbitMQ ####
...
...
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