mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #177] [MERGED] fix plugin manager listen addr #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/177
Author: @hxzhao527
Created: 3/2/2025
Status: ✅ Merged
Merged: 3/2/2025
Merged by: @gschier
Base:
master← Head:fix/plugin_manager_addr📝 Commits (1)
5325906fix plugin manager listen addr📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src-tauri/yaak-plugins/src/manager.rs(+2 -2)📄 Description
When both
IPv4andIPv6are enabled (dual-stack),localhostresolves to::1(IPv6), causing the plugin yaaknodeto fail to connect, which subsequently leads to application startup failure. Therefore, we explicitly use theIPv4localhostaddress (127.0.0.1) here.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.