I installed and configured a COTURN server in an EC2 instance. Then, I did some preliminary tests to check its operation using Trickle ICE. Everything works fin
when i finished the code there was MULTIPLE ERRORS and i was personally confused. import os import websocket #pip install websocket-client import json import ti
i'm trying to get the update values from website, i manage to connect but i cant get the values, i dont know if i'm doing anything wrong. this is what i'm tryin
My real time chat application refuses to send message. no errors at all. I have tried tracing the errors by logging to the console at every stage passed and als
guys, I have a problem when I want to use a Subscription I'm facing this issue I don't find a solution in any place, I'm a GQL user and i decide to use Subscrip
I am a beginner developer developing with Dart. There was a problem while working with websockets. According to the API help, it's obviously JSON. but data is l
I'm trying to display live video in flutter coming from video server. Video server sends raw h264 video through websocket. I know that this video can be played
I have a Java WebSocket server that uses Netty to establish WebSocket connections. This is basically a chat application where a few agents will be interacting w
i'm working on an app which communicate with server via socket.io, users in my app have unique ids which i want to use on my server so i made a small class whic
Configured my store this way with redux toolkit for sure const rootReducer = combineReducers({ someReducer, systemsConfigs }); const stor
I try a lot of think to create listenKey in app script but nothing work. the binance URL: https://binance-docs.github.io/apidocs/spot/en/#user-data-streams this
I am trying to authenticate to private websocket on wootrade I am keep getting this error : { 'errorMsg': 'signature error', 'event': 'auth', 'id': '1
I have two Azure Web App Services: front-end (written on Angular) and back-end (written in C# with SignalR). Either of them is placed on its own server, and I a
I use angular in the front end where I am learning to use rxjs-websockets. In backend I use nestjs, where i want to learn to use websockets. But every tutorial
I'm trying to implement WebSocket support into my app by following React Native's own tutorial at https://reactnative.dev/docs/network#websocket-support. Here i
i am handling data from 2 websocket servers and i would like to know whats the fastest way to handle both connections in the same time given that the 1st connec
When I'm running below code, nothing happens even though the code should print "opened" , then "received a message" and print the message from the websocket, wh
I'm trying to use yliveticker library to connect to yahoo finance websocket and simultaneously log data into df using a different thread. I dont understand what
I have a websocket server application that I recently upgraded from .NET Core 2.1 to 3.1, however, since then the negotiation seems to fail. This is the error t
I try to do a trading bot and the most things work fine. But everytime the internet connection is gone for a short time, the code fails. I use asyncio run_forev