openalto / alto

Standard Application-Layer Traffic Optimization (ALTO) Toolset.
MIT License
2 stars 6 forks source link

Subscription request may block update listener #43

Open fno2010 opened 1 year ago

fno2010 commented 1 year ago

The current vcs.subscribe() request will synchronously invoke an initial resource request when starting the update listener. The resource request may be blocked by the subscription request.

Need to put update listener initialization to the async mode.

Question: then how to check if the subscription is successful?