[Modify] Polish it
This commit is contained in:
parent
4780d94091
commit
e4289c7d02
@ -2201,7 +2201,9 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
// As server, used to broadcast
|
// As server, used to broadcast
|
||||||
internal void Send (Opcode opcode, Stream stream, Dictionary <CompressionMethod, Stream> cache)
|
internal void Send (
|
||||||
|
Opcode opcode, Stream stream, Dictionary<CompressionMethod, Stream> cache
|
||||||
|
)
|
||||||
{
|
{
|
||||||
lock (_forSend) {
|
lock (_forSend) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user