Michał Śledź
Michał Śledź
Hi, just wanna ask a question if you are going to maitain this library and if no -- why? It looks so nice but the last update was 4 years...
Let's assume scenario in which client want to upload some file to the server and download some other file from the server in the same time. Is it possible to...
Hi, is it possible to decode QUIC v1 in Wireshark? I can do this with ID-29 (quiche 0.7.0) but after switching to v1 (quiche 0.9.0) decoding packets in Wireshark is...
At the moment, we have separate CallbackContext type for each callback. As an example, we have: ```elixir t:Membrane.Bin.CallbackContext.CrashGroupDown.t/0 t:Membrane.Bin.CallbackContext.Notification.t/0 t:Membrane.Bin.CallbackContext.Other.t/0 t:Membrane.Bin.CallbackContext.PadAdded.t/0 t:Membrane.Bin.CallbackContext.PadRemoved.t/0 t:Membrane.Bin.CallbackContext.PlaybackChange.t/0 t:Membrane.Bin.CallbackContext.SpecStarted.t/0 t:Membrane.Bin.CallbackContext.StreamManagement.t/0 t:Membrane.Bin.CallbackContext.Tick.t/0 ``` This makes writing...
The task is to discuss and implement logging mechanism in TS client. One way would be to save logs to a file so that it can be send to us...