Skip to content

fix: Resolve "unable to connect to DMS running in WSL using 127.0.0.1"

Semantic Versioning Checklist

Please make sure that your merge request adheres to Semantic Versioning guidelines before submitting it.

  • This MR introduces a breaking change. (If yes, ensure version bump to major.)
  • This MR adds a new feature in a backwards-compatible manner. (If yes, ensure version bump to minor.)
  • This MR only includes bug fixes or patches. (If yes, ensure version bump to patch.)

Describe the changes

Fix #19 (closed) where CPD in WSL is unable to connect to 127.0.0.1

Additional Information

Please add any relevant information or context about the changes made in this merge request.

Checklist

  • I have tested the changes thoroughly.
  • The code follows the project's coding standards.
  • Documentation has been updated or added, where necessary.
  • All tests pass successfully.
  • This MR is linked to any relevant issues or epics.
  • Assign this MR to the appropriate reviewer(s).

By submitting this merge request, I acknowledge that I have followed the Semantic Versioning guidelines for the proposed changes.

Closes #19 (closed)

Merge request reports