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

When NRC78 is used, the server shall always send a final response #252

Open
amsyrena opened this issue Dec 5, 2024 · 3 comments
Open

When NRC78 is used, the server shall always send a final response #252

amsyrena opened this issue Dec 5, 2024 · 3 comments

Comments

@amsyrena
Copy link

amsyrena commented Dec 5, 2024

image
image

maybe should return real response when “spr_used” and meet “NRC78” ?

@pylessard
Copy link
Owner

I see.
That will be hard to implement. There are fundamental design choice that prevents handling this. Essentialy the synchronous design of the client. I can't reliably know if I should wait or not, unless I wait.

Would need a more complex client that has a background thread keeping track of each requests and returning Futures to the user instead of a response.

That is not in my plan sort term, nor mid term. My time is dedicated to another project right now

@amsyrena
Copy link
Author

#254 please check, thanks

@amsyrena
Copy link
Author

We really need this change,thank you so much!

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