Theldus / wsServer

wsServer - a tiny WebSocket server library written in C
https://theldus.github.io/wsServer
GNU General Public License v3.0
422 stars 80 forks source link

Fixed the ws_getaddress calls in the example code #55

Closed terziev-viktor closed 2 years ago

terziev-viktor commented 2 years ago

Calls to ws_getaddress used a non-existing variable fd

Theldus commented 2 years ago

Hi @terziev-viktor, Thanks for noticing this, merged.