-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something wrong with address conversion #32
Comments
@ont seems that the length is limited, try to use a shorter one. If you need to add namespaces for the services, use |
But seems that ...
var appName = flag.String("name", uuid.NewV4().String(), "name of application to publish")
...
var fwdService, fwdErr = astraNet.Bind("", *appName) As I can see this cli program expose local non-astranet service to astranet network as |
@ont thanks for the issue. Let me check and I will be back. |
Hello, I am trying to write simple client and server but got strange error with wrong server address name.
Here is code for server:
... and here is code for client:
Server starts without errors, but for client I got this output:
Pay attention to the error in
echo_serveo
(wrong last lettero
instead ofr
).Do I use the name of the service correctly for the
mtx.Bind
andmtx.Dial
?The text was updated successfully, but these errors were encountered: