Read external data from queue #1554
Answered
by
uNetworkingAB
SquishyPandaDev
asked this question in
Q&A
-
I'm working on project that is a plugin for an app with live data. The websocket server is run in its own thread. The plugin puts incoming data into a standard stl queue. Can I setup uWebSockets to poll this queue and send updated data to clients |
Beta Was this translation helpful? Give feedback.
Answered by
uNetworkingAB
Jan 14, 2023
Replies: 1 comment 2 replies
-
Yes use Loop::defer |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
SquishyPandaDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes use Loop::defer