strange
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m49s

This commit is contained in:
matst80
2024-11-10 11:32:55 +01:00
parent 2b8f0f5704
commit 587eeaf18e
2 changed files with 5 additions and 2 deletions

View File

@@ -382,7 +382,7 @@ func (p *SyncedPool) OwnerChanged(id CartId, host string) error {
}
func DoPing(host *RemoteHost) error {
SendPacket(host.connection, Ping, func(w io.Writer) error {
SendPacket(host, Ping, func(w io.Writer) error {
return nil
})
_, err := host.Expect(Pong, time.Second)