nim-lang / redis

Official redis wrapper for Nim.
Other
128 stars 35 forks source link

fix hang on Win if server is not alive or died #37

Open pfpulux opened 7 months ago

pfpulux commented 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.