Skip to main content
0 votes
1 answer
39 views

In https://github.com/enola-dev/enola/pull/1927 I attempted to add signature validation for WebSocket authentication security to my https://github.com/enola-dev/twilio-conversation-relay-java Java ...
vorburger's user avatar
  • 4,078
-3 votes
0 answers
29 views

I’ve built an AI voice agent that connects with a student in real-time. Here’s the setup: The student asks questions via the frontend. The agent follows predefined instructions and responds using ...
taimur ali's user avatar
0 votes
0 answers
118 views

We installed websockets for Python on macOS using this terminal command: (.venv) a@as-MacBook-Pro dic % python3 -m pip install websockets server.py: #!/usr/bin/env python3 """Secure ...
user31965232's user avatar
0 votes
1 answer
27 views

I’m trying to run Fastay.js as a separate backend, and I really need Socket.io because my app depends on real-time features. But I’m stuck: Fastay doesn’t give me access to the underlying HTTP server, ...
Sunny Mart's user avatar
-1 votes
0 answers
31 views

I have an app where users are able to join a group and broadcast messages to that group. This is the relevant code: await supabseClient.realtime.setAuth(); const channel = supabseClient.channel('test'...
Danziger's user avatar
  • 21.4k
0 votes
1 answer
66 views

I have an application that consists of three parts: a Python server application, a web front end that is connected to the Python tool via WebSocket, and a second website that is connected to the first ...
dichterDichter's user avatar
0 votes
0 answers
33 views

I'm building a real-time dashboard using FastAPI WebSockets + Kafka. Everything works perfectly for a single user, but when multiple users connect, only the most recently connected user receives ...
PRANAV K P's user avatar
1 vote
0 answers
31 views

I encountered a problem when deploying a socket application using signalr. I connect with the longpolling method and it still works, but the websocket gives an error: Error: Failed to start the ...
Nguyễn Trường Phước's user avatar
0 votes
0 answers
33 views

SignalR hub running as an EKS pod handles 700 VUs via ALB but fails at 720+, yet successfully handles 1000 VUs via kubectl port-forward with 85% free CPU and 43% free memory. This confirms the ...
Jeet 1234's user avatar
Advice
1 vote
1 replies
46 views

Here is my on message handler: const onMessage = (event: MessageEvent) => { try { const message = JSON.parse(event.data); const normalizedMsg = Array.isArray(message) ? message : [...
stephano's user avatar
  • 172
-5 votes
0 answers
114 views

I’m developing a micro-scalping trading bot in C++ and I’m running into a latency issue: the bot sends an order at $1.00, but by the time it reaches the exchange, it gets executed at $1.20. I’m ...
Gor Barseghyan's user avatar
Advice
0 votes
2 replies
54 views

I’m currently building a trading platform that requires streaming real-time price updates to the UI. I’ve implemented a WebSocket gateway and added handling for common issues such as: Ghost/...
webster's user avatar
  • 29
0 votes
1 answer
52 views

I am using this library (https://github.com/sammchardy/python-binance) to download data from binance. I get the following error after running data collection script for 3 days or so. INFO:root:{"...
pikachu's user avatar
  • 13
0 votes
0 answers
53 views

I am using Quarkus 3.27.0 and trying to secure GraphQL subscriptions with the @Authenticated annotation. I pass the Authorization header with a valid token when connecting, but the subscription ...
Houssem's user avatar
0 votes
0 answers
67 views

On a development server hosting a web application that can be accessed via http and https (through self-signed unsecure certifcate that needs the browser to force accept the certificate), Firefox won'...
k0pernikus's user avatar
  • 67.6k

15 30 50 per page
1
2 3 4 5
1888