livebud/bud

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

开放

#251 创建于 2022年8月17日

 (4 条评论) (0 个反应) (0 位负责人)JavaScript (211 个派生)batch import
bughelp wanted

仓库指标

星标
 (5,391 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南