livebud/bud

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

Open

#251 opened on Aug 17, 2022

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (211 forks)batch import
bughelp wanted

Repository metrics

Stars
 (5,391 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide