Skip to content

Commit f233253

Browse files
committed
Deadlock in WsSession/WebSocket #205
1 parent 387b016 commit f233253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/NetCoreServer/WebSocket.cs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Text;
33
using System.Security.Cryptography;
44
using System.Collections.Generic;
5+
using System.Threading;
56

67
namespace NetCoreServer
78
{

0 commit comments

Comments
 (0)