question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish through connect.ngs.global

See original GitHub issue

Hi, I want to try to publish through connect.ngs.global but cannot get any message and i don’t have any error. Are the options I made were enough?

            var options = ConnectionFactory.GetDefaultOptions();
            options.Url = "connect.ngs.global";
            options.SetUserCredentials(@"S:\syndia-nats\synadia-keys\.nkeys\creds\synadia\NATS_CONNECT\NATS_CONNECT.creds");
            options.Secure = true;

Thank you

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
kozloviccommented, May 14, 2020

Just to be clear, NATS does not have persistence (unless using NATS Streaming or JetStream), so you would need to subscribe before you publish to get those messages. Could it be that you were publishing, and then subscribing?

0reactions
ColinSullivan1commented, May 15, 2020

Happy to help, and likewise! Have a good weekend!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python and NGS Running in Docker - NATS Docs
Publish a message: python nats-pub.py --creds /creds/NGS.creds -s tls://connect.ngs.global:4222 hello -d world. Previous. Docker Swarm.
Read more >
Building a Service Acorn for NATS using NGS by Synadia
In this article I want to focus on building a Service Acorn for NATS which automates the creation of a NGS user, NGS...
Read more >
Connect Everything
NGS is a global communications system built on NATS.io. It allows digital systems, services and devices to communicate through the exchange of messages....
Read more >
NGS Global - Recent News
Companies all over the world choose NGS Global for their human capital ... and companies from a variety of online and offline public,...
Read more >
nats - Rust
A Subscription receives Message s published to specific NATS Subject s. Traits. IntoServerList. Capability to convert into a list of NATS server addresses....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found