切换缓存实现

This commit is contained in:
2024-09-20 21:57:24 +08:00
parent 8b7771fe67
commit c7297fc50a
6 changed files with 42 additions and 110 deletions

View File

@@ -115,4 +115,14 @@ rabbitmqctl set_permissions --vhost /coal/test datacollector '' 'sysExchange|amq
```
D:\dev\gost-windows-amd64.exe -L=tcp://:5672/192.168.59.128:5672
```
```
## 问题
```
(HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:5672 -> 0.0.0.0:0: listen tcp 0.0.0.0:5672: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
net stop hns
net start hns
```