walkor / walkor/workerman

Multiple connection to one user?

Open
#1,044 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
11.6k
Forks
2.2k
Avg merge
11h 30m
Merged PRs (30d)
3

Description

Hello. Please tell me, I use Workerman in my web application to send server notifications to clients. I don't understand how to solve this problem:
The user came from a PC, logged in to the site and connected to the web socket via a link like this:
wss://mysite.com:1234?Username=User.
Then he logged in to the site via phone, and I allow the previous session on the computer not to end.
Therefore, he has the same link where Username=User.
But notifications are sent only to the last connected web socket.
It is possible to union connections with one Username?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.