zhaojh329 / libuwsc

A Lightweight and fully asynchronous WebSocket client library based on libev
MIT License
288 stars 53 forks source link

fixed recursion after 'Ping server, no response :Resource temporarily… #2

Closed spot62 closed 6 years ago

spot62 commented 6 years ago

this line https://github.com/zhaojh329/libuwsc/blob/513aaabb1340d65c1f773dc455ed7066d84a8853/src/uwsc.c#L53 do recursion there: https://github.com/zhaojh329/libuwsc/blob/513aaabb1340d65c1f773dc455ed7066d84a8853/src/uwsc.c#L429 and https://github.com/zhaojh329/libuwsc/blob/513aaabb1340d65c1f773dc455ed7066d84a8853/src/uwsc.c#L469 not returned