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
Now every search is N requests to the backend server, where N is the number of active package repositories.
The task is to minimize this to 1 request and retrieve data for each server as soon as the arrived (as it is now).
I'm thining of using SignalR to achive this goal. It can be tricky, but probably it will be a great fun doing this :)
The text was updated successfully, but these errors were encountered:
Now every search is N requests to the backend server, where N is the number of active package repositories.
The task is to minimize this to 1 request and retrieve data for each server as soon as the arrived (as it is now).
I'm thining of using SignalR to achive this goal. It can be tricky, but probably it will be a great fun doing this :)
The text was updated successfully, but these errors were encountered: