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
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 same file descriptor.
The text was updated successfully, but these errors were encountered:
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 same file descriptor.
The text was updated successfully, but these errors were encountered: