-
Notifications
You must be signed in to change notification settings - Fork 50
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
Any client sample? #87
Comments
Hi @caixiao7 , Sorry for the very slow reply. I somehow missed this. There's a small example of a client sending a request to the server here: cppdap/examples/simple_net_client_server.cpp Lines 82 to 103 in 315ffff
We could certainly do with more example code. If you're still having issues please let me know. I'll try my best to respond more quickly :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Thanks for this project.
I saw this issue and tried to implement as it mentioned.However I failed.
I was using debugpy as a dap server . When dap::AttachRequest was sending, It stucked into the function dap::Session::send and I did not know why.
It would be kind of you giving a client sample or some suggestions, thanks
The text was updated successfully, but these errors were encountered: