Using Websockets to fetch data and update Wave app #2154
Unanswered
n-srinidhi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you elaborate? Is there any stacktrace? Are you sure it's not a problem with Autobahn? The general design should be to connect to WS within background job (asyncio task should be enough) and then simply update the UI from there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!I am trying to use Websockets to update a Wave dashboard, and have been struggling with it. Do you have any examples for it?
I tried using autobahn Web sockets as well as Websockets. What I'm trying to achieve is on the
btn_login
event handler within theserve()
function, once authentication is complete, I am connecting to a web socket server url. The data will be received here which is then used to update my dashboard tables and graphs.I am getting an issue in threads while using
Autobahn
,. Any pointers would be much appreciated!Beta Was this translation helpful? Give feedback.
All reactions