Compare commits
1 Commits
v2023.4.20
...
v2023.4.20
Author | SHA1 | Date | |
---|---|---|---|
7b6e39088d |
@ -379,6 +379,10 @@ func findMatchingDeviceAddress(ctx context.Context, from string, defaultAddr str
|
||||
}
|
||||
|
||||
func newAppRepository(host string, basePort uint64, manifests ...*app.Manifest) *appModuleMemory.Repository {
|
||||
if host == "" {
|
||||
host = "127.0.0.1"
|
||||
}
|
||||
|
||||
return appModuleMemory.NewRepository(
|
||||
func(ctx context.Context, id app.ID, from string) (string, error) {
|
||||
appIndex := 0
|
||||
|
Reference in New Issue
Block a user