nuessgens

Results 6 issues of nuessgens

We experienced situation were the ExpiringMap returned an expired entry after ExpirationListener was already notified that this specific entry was expired. The map is configured with the policy `ExpirationPolicy.ACCESSED` (version...

As one can see the first letter/char after the label is strangely aligned (the `d` of `dir` after the `directory:`-label and the `t` of true after the `create:`-label) ![parameter-name alignment](https://user-images.githubusercontent.com/16318489/42059092-a4d22efa-7b22-11e8-854b-a65c40ed41dc.png)...

Platform Bug

We're having Issues with the Client where a `javax.websocket.RemoteEndpoint.Basic.sendText(String)` will send indefinitely (/"deadlock"). The occurrence of this issue is very rare. Stack trace of hanging (/blocked) thread: ``` sun.misc.Unsafe.park(Native Method)...

A little background to the need of such thing: We want to connect to several different websocket-servers (lets say ~ 150). The application runs in a container *where no* managed...

In rare cases the `ClientManager` (or rather `BaseContainer`) shuts down the executor-service although there are active clients (activeClientCounter != 0) In my test-scenario the application re-uses the ClientManger instance. The...

## Description We tried to "mimic" a browser for some kind of (unit) test by using DtlsControlImpl in [ `PASSIVE`](https://github.com/jitsi/libjitsi/blob/master/src/main/java/org/jitsi/service/neomedia/DtlsControl.java#L106) mode ``` DtlsControlImpl dtlsControl = new DtlsControlImpl(); dtlsControl.registerUser(...); dtlsControl.setSetup(DtlsControl.Setup.PASSIVE); dtlsControl.start(MediaType.AUDIO);...