Updated connection config naming to introduce a dedicated pool configuration.

This commit is contained in:
Jay
2026-04-15 18:04:40 -04:00
parent b57f5157e7
commit ae431bb664
9 changed files with 106 additions and 96 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ type mockOutgoingData struct {
data []byte
}
func setupTestConnection(t *testing.T, config *Config) (
func setupTestConnection(t *testing.T, config *ConnectionConfig) (
conn *Connection,
mockSocket *MockSocket,
incomingData chan mockIncomingData,