Macf41
Macf41
Same problem here. I used the latest image
My idea is this : I get this now so basically there is a vector called std::vector _connections{}; My idea is to keep a track of the connection for example:...
I guess it is right, my biggest concern with that is that we have to keep a map of all the connections So url - > connection pointer - >...
Either that or we can exposed connections vector so developers can delete any connection they don't need.
If we are exposing the vector I was thinking of adding a map from url to connection, cause developers will not have a way of knowing which pointer belongs to...