Replies: 1 comment 1 reply
-
@intisor please never ever use issues for questions in repositories that have Discussions enabled. The code snippet you have shared is valid for See |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
var factory = new ConnectionFactory() { HostName = "localhost" };
_connection = factory.CreateConnection();
its says it is only the CreateConnectionAsync thats available no CreateConnection()
am i missing something
Reproduction steps
...
Expected behavior
i expect the CreateConection() to be available
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions