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

336 access mcrouter and logger services from wsl #478

Merged

Conversation

aregtech
Copy link
Owner

Fixed the bug.
It was ignoring the IP-address set in areg.init file and it was always using localhost. Since there is a known issue that WSL and Windows do not communicate via localhost, the processes running on different platforms were not able to send and receive messages. After fixing bug, tested in following way:

  1. mcrouter.exe, logobserver.exe and 12_pubclient.exe run on Windows;
  2. logobserver.elf and 12_pubservice.elf run on WSL.

In areg.init file made following changes:

router::*::address::tcpip   = 192.168.178.45   # IP-address on Windows
logger::*::address::tcpip   = 192.168.178.50  # IP-address on WSL

The tests passed perfectly without problem.

@aregtech aregtech added bug Something isn't working bugfix labels Dec 17, 2024
@aregtech aregtech requested a review from vukihub December 17, 2024 19:38
@aregtech aregtech self-assigned this Dec 17, 2024
@aregtech aregtech linked an issue Dec 17, 2024 that may be closed by this pull request
Copy link
Collaborator

@vukihub vukihub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks fine.

@aregtech aregtech merged commit bd1eafd into master Dec 17, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working bugfix
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Access mcrouter and logger services from WSL
2 participants