mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-09 19:03:52 +02: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