ccfde19d2d
Added Mock connection Fixed AutoScroll failing with high rate message flow
8 lines
127 B
C#
8 lines
127 B
C#
namespace PettingZoo.Connection
|
|
{
|
|
public interface IConnectionInfoBuilder
|
|
{
|
|
ConnectionInfo Build();
|
|
}
|
|
}
|