Arkady Dyakonov

Results 4 comments of Arkady Dyakonov

It looks like I've found a fix for this issue: In KDSoapPendingCall.cpp:32 change delete reply.data(); to reply.data()->deleteLater();

That's not complete fix. I found that program still crash if you delete Client object while there are pending requests. Some hacky workaround is to manually delete all children of...

I believe that the problem still exists. Informers with bookmarks enabled are somewhat unusable in Java because of the validation failures: the logic inside `ReflectorRunnable` uses `watch.next` which tries parsing...

I've observed the same behaviour with 1.73 and 1.76 (the latest release at the time of writing). Are there any known workarounds or the only way is to remove `withMaxOutboundMessageSize()`...