mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-28 04:12:18 +01:00
.
This commit is contained in:
@@ -59,7 +59,7 @@ public class WebSocketTests
|
||||
// Act
|
||||
using var client = new ClientWebSocket();
|
||||
await client.ConnectAsync(
|
||||
new Uri($"ws://localhost:{server.Port}/echo"),
|
||||
new Uri($"ws://{server.Url}/echo"),
|
||||
CancellationToken.None);
|
||||
|
||||
var message = Encoding.UTF8.GetBytes("Hello WebSocket!");
|
||||
|
||||
Reference in New Issue
Block a user