livebud/bud

Can't have multiple instances of `bud run` at the same time

オープン

#251 opened on 2022/08/17

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (211 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (5,391 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Reproduce

  1. Create 2 different project bud create --module=a a and bud create --module=b b
  2. bud run in project a, bud run --listen 3001 in project b
  3. Error with project b
| Listening on http://127.0.0.1:3001                                                    
| listen tcp 127.0.0.1:35729: bind: address already in use

コントリビューターガイド