oxequa / realize

Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
GNU General Public License v3.0
4.46k stars 229 forks source link

on window can't work #245

Open RowgerGo opened 5 years ago

RowgerGo commented 5 years ago

[ERROR] listen tcp :8083: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted

RowgerGo commented 5 years ago
settings:
  legacy:
    force: true
    interval: 0s
schema:
- name: autoBuild
  path: .
  commands: {}
  watcher:
    extensions:
    - go
    paths:
    - /
    ignored_paths:
    - .git
    - .realize
    - vendor
    scripts:
    - type: before
      command: taskkill /filestore-server [executable].exe /F
Zioyi commented 3 years ago
settings:
  legacy:
    force: true
    interval: 0s
schema:
- name: filestore-server
  path: .
  commands: {}
  watcher:
    extensions:
    - go
    paths:
    - /
    ignored_paths:
    - .git
    - .realize
    - vendor
    scripts:
    - type: before
      command: taskkill /IM filestore-server.exe /F

it work for me.