zhaojh329 / libuwsc

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

Cleanup and feature #24

Closed dmitigr closed 4 years ago

dmitigr commented 4 years ago

Hello,

Please consider these changes: first commit just removes unused stuff; second commit just adds a member to struct uwsc_client for storing a custom user data (which is important to make elegant C++ wrapper, for example).

dmitigr commented 4 years ago

Third commit adds C language linkage for C++.