[Modify] Add null check

master
sta 10 years ago
parent ceb831b18f
commit 10af5c7320

@ -185,6 +185,7 @@ namespace WebSocketSharp
return;
}
if (completed != null)
completed (buffer);
}
catch (Exception ex) {

Loading…
Cancel
Save