Details
Description
I think we have a small regression.
After https://codereview.qt-project.org/c/qt/qtgrpc/+/514538 magic8ball works differently.
- BEFORE change
Start magic8ball client (Do NOT start server part)
Press button "Ask question"
Client receives errorOccurred() signal
Application shows a message "Please, start server"
2. NOW:
Start magic8ball client (Do NOT start server part)
Press button "Ask question"
Nothing happens