livebud/bud

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

Ouverte

#251 ouverte le 17 août 2022

 (4 commentaires) (0 réaction) (0 personne assignée)JavaScript (211 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (5 391 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur