uni-bremen-agst / SEE

Collaborative Software Visualization with SEE (Software Engineering Experience)
https://see.uni-bremen.de
MIT License
19 stars 3 forks source link

Let ClientActionNetwork use async via UniTask instead of using co-routines #749

Closed koschke closed 1 month ago

koschke commented 2 months ago

Class SEE.Net.ClientActionNetwork makes heavy use of coroutines to deal with asynchronous code. We should consider refactoring it to use async via UniTask instead, to make it consistent with the rest of SEE and gain improved efficiency. This would also simplify some code (e.g., in GetAllData).

tinxx commented 1 month ago

Solved by #753.