dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
741 stars 205 forks source link

how can i handle onClose, onError ? #61

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi,

is there way to handle onClose, onError ?

i would like to reconnect in case of onClose, onError.

thanks