fix interfaces

This commit is contained in:
JackDoan
2026-04-24 15:18:28 -05:00
parent b155f4b7e1
commit 1d84b81032
4 changed files with 62 additions and 45 deletions

View File

@@ -260,7 +260,7 @@ func (f *Interface) activate() error {
}
f.readers = f.inside.Readers()
for i := range f.readers {
f.batchers[i] = batch.NewPassthrough(f.readers[i])
f.batchers[i] = batch.NewTCPCoalescer(f.readers[i])
}
f.wg.Add(1) // for us to wait on Close() to return