You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we want to share a clinguin page we could facilitate some things.
Instruction steps on how to share using a server that runs locally
I was using ngork, perhaps we can facilitate this in another way.
Start options
Having two options when starting a server: single session and multi session
Multi Session
Each client that starts can be saved in some socket/cache to have a single identifier that is a attached to a single backend.
This way, each client would have an individual session that is independent.
Single Session
A single backend is used for all possible client sessions. We need to idnentify the sessions and let them know in case the UI is updated by another session.
It also would require some sort of error response if you make a request but you don't have the latest version. This should block upcoming requests and give some information message that the operation was not executed due to an outdated version.
The text was updated successfully, but these errors were encountered:
If we want to share a clinguin page we could facilitate some things.
Instruction steps on how to share using a server that runs locally
I was using ngork, perhaps we can facilitate this in another way.
Start options
Multi Session
Each client that starts can be saved in some socket/cache to have a single identifier that is a attached to a single backend.
This way, each client would have an individual session that is independent.
Single Session
A single backend is used for all possible client sessions. We need to idnentify the sessions and let them know in case the UI is updated by another session.
It also would require some sort of error response if you make a request but you don't have the latest version. This should block upcoming requests and give some information message that the operation was not executed due to an outdated version.
The text was updated successfully, but these errors were encountered: