Skip to content

Commit e2e4018

Browse files
committed
fixup
1 parent b240507 commit e2e4018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailnet/conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ func (c *Conn) newTelemetryEvent() *proto.TelemetryEvent {
774774
func (c *Conn) networkMapCallback(nm *netmap.NetworkMap) {
775775
c.telemetryStore.updateNetworkMap(nm)
776776
if c.telemetryStore.connectedIP != nil {
777-
go func() { _, _, _, _ = c.Ping(context.Background(), *c.telemetryStore.connectedIP) }()
777+
_, _, _, _ = c.Ping(context.Background(), *c.telemetryStore.connectedIP)
778778
}
779779
}
780780

0 commit comments

Comments
 (0)