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
I wonder about why GObject is a dependency and apparently the only place where GObject is actually used, is gatt/gatt_linux.py:89: self._main_loop = GObject.MainLoop().
As PyGObject also requires GObject-introspection that's a huge I dependency and I wonder what's so special about its mainloop.
If I'm allowed to wish, I'd love to see this dependency gone, however - as I said - there might be good reasons I don't yet understand. Either way, I'd appreciate to understand what's so special about GObject's mainloop.
The text was updated successfully, but these errors were encountered:
Hello!
I wonder about why GObject is a dependency and apparently the only place where GObject is actually used, is
gatt/gatt_linux.py:89: self._main_loop = GObject.MainLoop()
.As PyGObject also requires GObject-introspection that's a huge I dependency and I wonder what's so special about its mainloop.
If I'm allowed to wish, I'd love to see this dependency gone, however - as I said - there might be good reasons I don't yet understand. Either way, I'd appreciate to understand what's so special about GObject's mainloop.
The text was updated successfully, but these errors were encountered: