UpstreamDataInc / goosebit

A simplistic, opinionated remote update server implementing hawkBit™'s DDI API.
https://goosebit.rtfd.io
Apache License 2.0
18 stars 5 forks source link

Remove WebSocket support? #198

Open tsagadar opened 3 hours ago

tsagadar commented 3 hours ago

Currently WebSockets are only used for realtime updates of device logs.

Drawbacks I see

Also: enabling WebSockets for the other screens could be substantial work and not worth the effort IMHO.

Proposal: eliminate WebSockets and add reload button in device log screen.

Thoughts?

b-rowan commented 2 hours ago

Sure, seems like a good idea if it's causing issues. Would likely want one of those auto refresh timers with a button I think?

tsagadar commented 2 hours ago

You are right. Or thinking about it: just re-using the reload interval the other screens have as well.