I am working on a cross-platform app using Flutter, for Android, iOS and Web. For some reason though, network requests on iOS are very slow. The app works fine
I'm trying to connect to a websocket server. The reference is here: reference. However, it doesn't work like the example. The code runs to OnError method. The e
I'm learning how the websocket protocol works and using C# to listen and receive some websocket data from a client. I'm using Postman to act as my remote websoc
My current setup is running multiple node instances using PM2 to manage the instances and act as a load balancer. I would like to implement some functionality
What might be the problem for which, I'm getting this error "Error: Invalid WebSocket frame: RSV1 must be clear"? I'm using the socket.io package to connect to
currently I'm using websockets to pass through data that I receive from a Redis queue (pub/sub). But for some reason the websocket doesn't send messages when us
I have a websocket server running on the backend using the ws nodejs library. I'm getting this error whenever I am trying to connect to it from the client side.
I'm trying to create a unidirectional websocket connection between the client and server (python). The libraries I've currently been prototyping with are websoc
I'm trying to open two web sockets - depth book and user socket. Here's my code: async def sockets(client): bm = BinanceSocketManager(client) ds = bm.de
I'm trying to set up Upsource to work behind Traefik: https://www.jetbrains.com/help/upsource/proxy-configuration.html traefik is listening to port 8008 and 84
I am using URQL Client with Apollo server, now I am trying to handle subscriptions on URQL client, but I can't seem to make the web socket work. Hope someone ca
I'm using nginx-proxy as a reverse proxy for my containers in a web server. I have a Laravel backend application with a Vue frontend and they communicate via We
I'm trying to put together a Python bottle application that uses gevent-socketio and am having trouble. I'm using the following versions of software: Python: 2.
I'm using a Flask route to call the Meraky python library and trying to redirect the stdout and stderr of each API call to a websocket or eventually a log file,
I am new to websockets, and I have some doubts that I would like you to clarify, but first of all I would like to tell you what is the aim of the project: I hav
I've been working on a C# Web Socket server for roughly 24 hours. I've currently figured out how to complete a handshake and get the connection initialized. Als
Is it possible to create a custom event emitter and listener (like there's in socket.io) for 'ws' websocket module in NodeJS. If so then, how can I achieve it?
How to use database connection from a WebSocket handler. It is possible to use future.into_actor or ctx.spawn or actix::fut::wrap_future but that's not accurate
I'm wondering if it is possible to build an async interface around a webSocket object, that is async by nature. The webSockect object is inside a class/funct
Currently, I am developing two webapps : the core, developed in Java with Vert.x, receives data from a lot of other apps and sends it to client) the client,