python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can't connect to actioncable socket and no error and rejection - what can I do?
Some users are unable to connect to my socket and I have no idea why. I don't see any errors but I do see that they never actually connect. What can be the cause of this and what should I do? I am usi...
John
Votes: 0
Answers: 0
Websocket server has massive delay in multiplayer game
I am coding a multiplayer game and use a Websocket Server to send messages between clients for the game to work. During random times in the game, there is a massive, absolutely massive delay in the me...
cs6413110
Votes: 0
Answers: 1
Graphql-ws: separate websocket connection is opened for each subscription
I'm a newbie in websockets.
I use urql and graphql-ws (migrated from subscriptions-transport-ws) to get graphql subscriptions. The code is following:
export const useUrqlClient = () => {
const he...
Vyacheslav Fedorin
Votes: 0
Answers: 1
What steps are required to make ColdFusion websockets work on an Azure VM behind Cloudflare?
We are attempting to use websockets in ColdFusion (2018.0.13.329786) in an app we have running on Azure VMs behind Cloudflare. However, we are continually getting this error on the client side:
WebSo...
Nicholas
Votes: 0
Answers: 1