Replies: 4 comments 2 replies
-
The client support is just a mock interface for a future implementation if that ever happens |
Beta Was this translation helpful? Give feedback.
-
I feel like you should mention this in the README that the library does not support creating websocket clients. I spent a considerable amount of time surfing through the code and then I see this discussion :( |
Beta Was this translation helpful? Give feedback.
-
Issue saved my time - found it just after trying to find out why client example silently exiting. Switching to libhv |
Beta Was this translation helpful? Give feedback.
-
you should try websocketpp. Works like a charm. |
Beta Was this translation helpful? Give feedback.
-
Hi together, I am currently trying to implement a websocket client using the uWebSockets library. Unfortunately I am not able to connect the behaviour of the client to any member functions.
This is a minimal example of what I want to achieve:
The compiler error I am seeing is this
I also tried linking the behaviour to the member methods using lambdas but couldn't get anything to work.
Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions