Matthieu Gautier a5557eeb25 Make the Server keep a shared_ptr instead of a raw Library pointer.
We want to be sure that `Library` actually exists when we use it.
While it is not a silver bullet (user can still create a shared_ptr on
a raw pointer), making the `Server` keep `shared_ptr` on the library
help us a lot here.
2023-10-05 16:36:18 +02:00
..
2023-03-08 15:24:53 +01:00
2018-12-02 15:47:29 +01:00
2019-10-28 15:56:49 +01:00
2021-06-30 18:27:00 +02:00
2022-07-02 16:33:32 +02:00
2023-07-26 16:02:32 +05:30