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
I spent some time today going through the nodefix code and upcoming fix.js code. I have some critical doubts. Can you please help me get a better understanding?
Shouldn't we be creating sessions at connection level? In your implementation, it seems that you are maintaining the session at server level, so basically only one client can connect to it at one moment.
Is that the desired behavior or is my understanding flawed?
The text was updated successfully, but these errors were encountered:
bbc4468
changed the title
Connection level session
Initiator level session
Jun 7, 2018
I spent some time today going through the nodefix code and upcoming fix.js code. I have some critical doubts. Can you please help me get a better understanding?
Shouldn't we be creating sessions at connection level? In your implementation, it seems that you are maintaining the session at server level, so basically only one client can connect to it at one moment.
Is that the desired behavior or is my understanding flawed?
The text was updated successfully, but these errors were encountered: