One additional logging so that the user's environment info is also known.
This commit is contained in:
parent
1983ee24de
commit
a56bb87983
@ -361,6 +361,7 @@ func (admin *Admin) Connect(wsProxyMode bool, publicId string, conn iowrappers2.
|
|||||||
return fmt.Errorf("Error receiving environment info from client: %v", err)
|
return fmt.Errorf("Error receiving environment info from client: %v", err)
|
||||||
}
|
}
|
||||||
client.EnvironmentInfo = clientEnvironment
|
client.EnvironmentInfo = clientEnvironment
|
||||||
|
admin.logStatus()
|
||||||
}
|
}
|
||||||
|
|
||||||
iowrappers2.SynchronizeStreams("client -- agent", client.client, client.agent)
|
iowrappers2.SynchronizeStreams("client -- agent", client.client, client.agent)
|
||||||
|
Loading…
Reference in New Issue
Block a user