Open pfpulux opened 7 months ago
A client on win hang for a long time if the server is not alive. This PR use trySend on Win to fix this. Also replace TaintedStringwith string and add small adjustment suggest by nimsuggest.
trySend
TaintedString
nimsuggest
A client on win hang for a long time if the server is not alive. This PR use
trySend
on Win to fix this. Also replaceTaintedString
with string and add small adjustment suggest bynimsuggest
.