genshen / wssocks

socks5 over websocket
MIT License
147 stars 27 forks source link

feat(client): add ability to catch error from any tasks in main goroutine #54

Closed genshen closed 2 years ago

genshen commented 2 years ago

Before this commit, the error in task (e.g. socks proxy task or heart-beat task) is not send to the main goroutine. Now error from tasks can be caught by the main goroutine.