mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Test PairSocket with same URI
This commit is contained in:
@@ -7,9 +7,9 @@ namespace Microsoft.Iris.Debug;
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static class DebugRemoting
|
public static class DebugRemoting
|
||||||
{
|
{
|
||||||
public const string DEFAULT_TCP_CLIENT_URI = ">tcp://127.0.0.1:5555,@tcp://127.0.0.1:55556";
|
public const string DEFAULT_TCP_CLIENT_URI = "tcp://127.0.0.1:5555";
|
||||||
|
|
||||||
public const string DEFAULT_TCP_SERVER_URI = "@tcp://127.0.0.1:5555,>tcp://127.0.0.1:55556";
|
public const string DEFAULT_TCP_SERVER_URI = "tcp://127.0.0.1:5555";
|
||||||
|
|
||||||
internal static IFormatter CreateBsonFormatter() => new BsonFormatter(new StreamingContext(StreamingContextStates.Remoting));
|
internal static IFormatter CreateBsonFormatter() => new BsonFormatter(new StreamingContext(StreamingContextStates.Remoting));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user