I have this very tough to reproduce issue that happens occasionaly to my users The symptom is that websocket messages don't seem to happen anymore The only sign in the logs is this warning:
I ended up using a statechart for this instead of a remote. https://gitlab.com/michaelwhitford/gailish/-/blob/main/src/main/us/whitford/gailish/components/mattermost_bot.clj?ref_type=heads#L230
websockets should resume on disconnects…this message is basically the internals watching sente’s “open” flag to see if it is ready. If you start seeing those, then the open flag has dropped to false because the websocket disconnected and cannot reconnect? Not sure why that would happen. Bug in Sente?
look at network tab and try to debug…but I don’t have any more specific of an idea
Yeah the problem is that it never happened to me directly, but it happens often enough that I get reports of this issue regulary
is there something specific I should be looking after in the network tab?
I'm strictly using the websocket to receive messages from the server, maybe I should just not use a remote for that