[Modify] Add null check
This commit is contained in:
parent
ceb831b18f
commit
10af5c7320
@ -185,7 +185,8 @@ namespace WebSocketSharp
|
||||
return;
|
||||
}
|
||||
|
||||
completed (buffer);
|
||||
if (completed != null)
|
||||
completed (buffer);
|
||||
}
|
||||
catch (Exception ex) {
|
||||
if (error != null)
|
||||
|
Loading…
Reference in New Issue
Block a user