Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57c1d9e + 55732b8 commit e6e6ad2Copy full SHA for e6e6ad2
README.rst
@@ -186,11 +186,11 @@ Let's save this code to *cooler.py* and run it::
186
187
Now, in another terminal, let's try connecting to our awesome zeroservice::
188
189
- $ zerorpc -j tcp://:4242 add_42 1
+ $ zerorpc -j tcp://localhost:4242 add_42 1
190
43
191
- $ zerorpc tcp://:4242 add_man 'I own a mint-condition Volkswagen Golf'
+ $ zerorpc tcp://localhost:4242 add_man 'I own a mint-condition Volkswagen Golf'
192
"I own a mint-condition Volkswagen Golf, man!"
193
- $ zerorpc tcp://:4242 boat 'I own a mint-condition Volkswagen Golf, man!'
+ $ zerorpc tcp://localhost:4242 boat 'I own a mint-condition Volkswagen Golf, man!'
194
"I'm on a boat!"
195
196
0 commit comments