Rüdiger Gubler

Results 2 issues of Rüdiger Gubler

My syslog is full of these lines after activating this plugin: ` Unexpected number of blkio stats for container 16c4e37/sharp_lamarr!` Is this a configuration error on my side? ` {u'blkio_stats':...

Hi, I create the socket like this `AtmosphereClient client = ClientFactory.getDefault().newClient(AtmosphereClient.class);` `RequestBuilder request = client.newRequestBuilder()` ` .method(Request.METHOD.GET)` ` .uri(endpointURI.toString())` ` .trackMessageLength(true)` ` .transport(Request.TRANSPORT.WEBSOCKET);` `_socket = client.create();` If I try to...