[Modify] Polish it
This commit is contained in:
parent
012952b6e4
commit
ad6c08dc72
@ -674,7 +674,8 @@ namespace WebSocketSharp.Server
|
|||||||
_logger.Fatal (ex.ToString ());
|
_logger.Fatal (ex.ToString ());
|
||||||
cl.Close ();
|
cl.Close ();
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
|
);
|
||||||
}
|
}
|
||||||
catch (SocketException ex) {
|
catch (SocketException ex) {
|
||||||
_logger.Warn ("Receiving has been stopped.\n reason: " + ex.Message);
|
_logger.Warn ("Receiving has been stopped.\n reason: " + ex.Message);
|
||||||
|
Loading…
Reference in New Issue
Block a user