We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I will implement a feature to fetch measurement of a specific channel in real-time.
This would be implemented using WebSocket, like #6.
Also, to prevent measurements from accumulating excessively, data older than 10 minutes will be deleted every 10 minutes using setInterval().
It is communicated with the WebSocket implemented in snu-quiqcl/wlm-server#18.
The text was updated successfully, but these errors were encountered:
Add measurements to channel info
measurements
5b82423
See also: #10
Implement WebSocket to fetch measurement
4baec80
Dispatch action to remove old measure. repeatedly
ca68c8b
Remove old measurements
fa6bafd
Remove all measure. when page is unmounted
caf1c7d
Allow frequency and error to be null
frequency
error
null
7957a83
Fetch recent measurements when connected
f9a4dc0
BECATRUE
No branches or pull requests
Feature you want to implement
I will implement a feature to fetch measurement of a specific channel in real-time.
How the feature is implemented
This would be implemented using WebSocket, like #6.
Also, to prevent measurements from accumulating excessively, data older than 10 minutes will be deleted every 10 minutes using setInterval().
Additional context
It is communicated with the WebSocket implemented in snu-quiqcl/wlm-server#18.
The text was updated successfully, but these errors were encountered: