You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use main.go example and try to connect with the Hive server, but it fails with panic: dial minecraft 192.168.0.107:63076->148.113.162.177:19132: context deadline exceeded
I tried to
use EU ip address of Hive instead of US
disable win 11 firewall
define 180 timeout with DialTimeout
execute CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"
Nothing helped. What else should I try?
The text was updated successfully, but these errors were encountered:
I use main.go example and try to connect with the Hive server, but it fails with
panic: dial minecraft 192.168.0.107:63076->148.113.162.177:19132: context deadline exceeded
I tried to
CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"
Nothing helped. What else should I try?
The text was updated successfully, but these errors were encountered: