Score of 0
1 answer
58 views
How to make a guest connection in Action Cable?
I read Rails guide about Action Cable. It explains how to make an Action Cable connection authorised by a user. However, I wonder how to make a guest Action Cable connection. Rails guides don't ...
- reputation score 1155
Score of 2
1 answer
139 views
Jetty websocket client only receives first message
I'm having an issue with a Jetty websocket server and Jetty websocket client, where the client will only receive the first message from the server. Here's my main file: import jakarta.websocket.* ...
- reputation score 49
Score of 0
1 answer
70 views
JMeter Websocket load testing
I would like to make WS Play API request dynamic completely from the Websocket API response using JSR223 post processor (Groovy lang). How can I do it? WS Play Play API request: { "...
- reputation score 1
Score of 1
1 answer
110 views
Android WebSocket Problems
For context, the server has a certificate signed for a CA. Today I was implementing a WebSocket in Android using StompClient, but the connection opens and closes immediately and throws the following ...
- reputation score 77
Score of 1
1 answer
146 views
Why Websocket not working production (Siteground)
I'm trying to get the privkey.pem and fullchain.pem It does not exist in SiteGround I want to connect it to these certificates import { createServer as createHttpServer } from "http"; import ...
- reputation score 33
Score of -2
1 answer
103 views
Flet v0.83.0 Websocket session time out is really fast
In Flet version 0.83.0 session is dropping really fast but in version 0.82.2 it was not that fast. Because of this my pages keep on reinitializing (becomes empty page, looses previous data) Looks ...
- reputation score 17
Advice
1 vote
2 replies
130 views
Should I call an external API from the frontend or backend?
I have a feature that displays the live rates of gold, silver, and diamonds. I want to know the best approach to implement this. Should I call the external API directly from the frontend to show the ...
- reputation score 1
Score of 0
1 answer
95 views
FastAPI websocket implementation with subprotocols
I'm trying to implement WebSocket‑based communication in a web app with a FastAPI backend and a Next.js front end. The app already has JWT‑based authentication, and to use the token to secure the ...
- reputation score 3