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