Gustavo Madruga

Results 2 issues of Gustavo Madruga

Pub-Sub works as expected, but Req-Reply uses the same file descriptor for read and write and QSocketNotifier forbids this. Need a notifier for read and another for write, for the...

I have a basic user and admin user, admin can see more screens. The role is defined on the user model, but can also be defined on custom claims. Any...