This commit is contained in:
@@ -484,7 +484,7 @@ func (p *SyncedPool) AddRemote(address string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
pool := NewRemoteGrainPool(fmt.Sprintf(address, 1337))
|
||||
pool := NewRemoteGrainPool(address)
|
||||
remote := RemoteHost{
|
||||
connection: connection,
|
||||
queue: NewPacketQueue(connection),
|
||||
|
||||
Reference in New Issue
Block a user