livebud/bud

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

Aperta

#251 aperta il 17 ago 2022

 (4 commenti) (0 reazioni) (0 assegnatari)JavaScript (211 fork)batch import
bughelp wanted

Metriche repository

Star
 (5391 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor