Norman Maurer

Results 17 issues of Norman Maurer

At the moment when `Connection::send_stream(...)` is called with a zero length data buffer (no fin flag) it will succeed but it will not be "observed" on the remote peer. I...

When hitting Control + C it is not correctly "propagated" to the remote machine. While the build stops locally the processes are still running on the remote machine.

bug

Is it somehow possible to control a dimmer with this plugin? I know you can use the sonoff to control one but it seems like the plugin does not expose...

Motivation: At the moment the session and transport params are serialized into one buffer using their length as a prefix. While this works it would be better to keep them...

I wonder if it is possible to have the lock automatically lock again after some amount of time. Something similar to what is supported by a switch: ``` turnOffAfterms ```...

Like said in the title. AdoptOpenJDK's are not up-to-date

Hey there, is there any plan to support protobuf 3.0.0 ? Seems like it not support it atm.

Hey guys, I wonder if you ever thought about merge your work with the codec[1] that is part of netty 4.1 branch ? I think it would be nice to...

… no streams are left to process Motivation: If all streams are closed and an application close is done we need ensure we still return an non error result from...

Motivation: https://github.com/cloudflare/quiche/commit/1d00ee1bb2256dfd99ba0cb2dfac72fe1e59407f added the ability to retrieve the wire error code for a given error but did not add the same functionallity to the C API. Modifications: Expose functions to...