Replies: 1 comment
-
Hi, I can totally relate to that. This is exactly what I did. I think this is more of a documentation thing. Suggestion: maybe add an example for this use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to store websockets in an array for each connection made.
My problem is I had to go through source files and find
uWS::WebSocket<false, true, DataType> *
declaration to declare my array for websocket connection while lambdas are declared with theauto
keyword in the examples.Is there a way to address type of websocket object without having to go through the source files?
Beta Was this translation helpful? Give feedback.
All reactions