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
* Added a ConnectionManager for better readability.
Added webtoken to our ws route, to utilize the uuid when opening ws-communication.
Added simple reconnecting logic for client-unintended disconnects.
Added a GetSessionAndUser API to solve the null reference problem of Users inside Session when calling the GetStatus API for now.
* minor fix on refreshing the online states of users.Fixed Role.Author to Admin, to match with our Frontned.
Added new MessageType UserRefreshed, to update the online states of currently available users in a session.
Adjusted our Dtos to contain an user online state.
* Fixed Role.Author to Admin, to match with our Frontned.
Added new MessageType UserRefreshed, to update the online states of currently available users in a session.
Adjusted our Dtos to contain an user online state.
* Merged-task-estimation and ws management
0 commit comments