Replies: 1 comment
-
@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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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