Now one connection(websocket) has one client(md/td).
If the same user login by multi clients, then server will create multi same clients which are repeated.
Can webctp avoid the repeated resources ?
I‘ve considered multiple connections share one client, but i didn't have a very clearly thougth about this when i developing webctp. We‘ll add this feature in the future.
Now one connection(websocket) has one client(md/td). If the same user login by multi clients, then server will create multi same clients which are repeated. Can webctp avoid the repeated resources ?