livebud/bud
View on GitHubCan't have multiple instances of `bud run` at the same time
Open
#251 opened on Aug 17, 2022
bughelp wanted
Repository metrics
- Stars
- (5,391 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Reproduce
- Create 2 different project
bud create --module=a aandbud create --module=b b bud runin projecta,bud run --listen 3001in projectb- Error with project
b
| Listening on http://127.0.0.1:3001
| listen tcp 127.0.0.1:35729: bind: address already in use