Fix #72: Connected placeholder shouldn't resolve to true when when host is unreachable

This commit is contained in:
TwinProduction
2021-01-12 21:08:18 -05:00
parent a515335c15
commit aec867ae69
9 changed files with 279 additions and 121 deletions

View File

@ -3,11 +3,12 @@ package gocache
import (
"bytes"
"encoding/gob"
"github.com/boltdb/bolt"
"log"
"os"
"sort"
"time"
"github.com/boltdb/bolt"
)
// SaveToFile stores the content of the cache to a file so that it can be read using