AKST / Australian-Address-Boundaries-Land-Property-Price-Database

This is a database of geographic boundaries, addresses as well as land and property data (mostly NSW).
MIT License
1 stars 0 forks source link

Use ClientSession in RemoteResourceLoader #21

Open AKST opened 3 days ago

AKST commented 3 days ago

The main motivation is so here is this:

Details

To do this, we need to add loading chunks go the client session. This function does exist in the underlying library we're using aiohttp. The really annoying about all this is this also needs to be added to the separate middleware layers, how should each behave?

Questions