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