-
Hi, I have a project on standart js websockets, and want to move it on uws, but have a problem, each one websocket should be bind with other object, is there ways to do it with uws( search in arrays is not appropriate, because of high load of service) |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Jun 14, 2021
Replies: 1 comment 1 reply
-
The JS object you get in open is the same you get in all other events |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
An88ton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The JS object you get in open is the same you get in all other events