You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/01/01 13:41:35 UTC

[Bug 58784] Use invokeLater in JMeterUtils#runSafe

https://bz.apache.org/bugzilla/show_bug.cgi?id=58784

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33386|0                           |1
        is obsolete|                            |

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Created attachment 33390
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33390&action=edit
Use invokeLater instead of invokeAndWait everywhere except in proxycontrol

As pointed out by Phillip, the proxy control has problems when runSafe is
asynchronous. So leave runSafe synchronous per default, but add a version which
is configurable, whether it should do the runnable synchronously or
asynchronously.

-- 
You are receiving this mail because:
You are the assignee for the bug.