litmuschaos / litmus-java-sdk

6 stars 8 forks source link

Implement close() method #4

Closed suyeon-jung-dev closed 1 month ago

suyeon-jung-dev commented 2 months ago

The LitmusHttpClient class should implement AutoCloseable and the close() method. This allows resources to be automatically closed using try-with-resources. It simplifies resource management and prevents leaks. This approach also enhances user convenience and ensures system stability.

inpyu commented 2 months ago

Can I take this issue?

suyeon-jung-dev commented 1 month ago

This issue has been resolved in PR #13