Skip to content
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

it can't work on my pc #20

Open
ejianfei opened this issue Apr 28, 2022 · 1 comment
Open

it can't work on my pc #20

ejianfei opened this issue Apr 28, 2022 · 1 comment

Comments

@ejianfei
Copy link

ejianfei commented Apr 28, 2022

code:

NebulaConnection graphClient = new NebulaConnection();
await graphClient.OpenAsync("10.0.0.1", 9669);
var authResponse = await graphClient.AuthenticateAsync("root", "12345");
var executionResponse = await graphClient.ExecuteAsync(authResponse.Session_id, "LOOKUP ON IQALOG YIELD IQALOG.ID AS ID,IQALOG.NAME AS NAME;").ToListAsync();
await graphClient.SignOutAsync(authResponse.Session_id);
return executionResponse;

env: .net 6.0

@shyboylpf
Copy link
Member

what's your nebula version which u are using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants