Implement caching dns resolver

This commit is contained in:
9seconds
2021-03-30 14:14:37 +03:00
parent 841a4d2227
commit 10b78322a3
16 changed files with 163 additions and 47 deletions
-2
View File
@@ -70,8 +70,6 @@ func (suite *NoopTestSuite) TestStream() {
stream.Send(suite.ctx, value)
})
}
stream.Shutdown()
}
func (suite *NoopTestSuite) TestObserver() {