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

CDP4ServicesDal: Injected httpClient bugs #325

Open
3 of 12 tasks
antoineatstariongroup opened this issue Mar 22, 2024 · 0 comments
Open
3 of 12 tasks

CDP4ServicesDal: Injected httpClient bugs #325

antoineatstariongroup opened this issue Mar 22, 2024 · 0 comments
Projects

Comments

@antoineatstariongroup
Copy link
Contributor

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of the COMET-SDK
  • I have searched open and closed issues to ensure it has not already been reported

Description

After testing the injection of the HttpClient into the CDP4ServicesDal, here are found bugs:

  • After a CloseSession, any further request will fails since the HttpClient has been disposed
  • If the first Login fails, next login will fail since a Request has already been send but the BaseAddress of the HttpClient wants to be set again

Steps to Reproduce

System Configuration

  • COMET version:
    • CDP4Common:
    • CDP4JsonSerializer:
    • CDP4Dal:
    • CDP4JsonFileDal:
    • CDP4ServicesDal:
    • CDP4WspDal:
    • Other:
  • Environment (Operating system, version and so on):
  • .NET Framework version:
  • Additional information:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
COMET-CE
  
To Be Estimated
Development

No branches or pull requests

1 participant