Yaroslav Pogrebnyak

Results 37 comments of Yaroslav Pogrebnyak

After some time of experimentation I can confirm Swarm Mode does not play nice with gobetween - that's why your setup does not work (you have 0 and "" in...

One remark, just discovered it may work right if you create your service with the following publish parameter: "--publish mode=host,target=80". We just need to try it and verify. More info:...

@hirikarate could you please try configure your portainer service setup with publishing service ports "directly on swarm mode" as described [here](https://docs.docker.com/engine/swarm/services/#publish-a-services-ports-directly-on-the-swarm-node) - "--publish mode=host,target=80", instead of publishing using a swarm...

@CaptainNeil did you managed to solve the issue? I have similar problem doing the same thing (aac->opus->webrtc) I've got choppy audio as described in #2090. I noticed 0 lost packets...

+1, this would be a great feature to have. @aminick your hack from [#2038](https://github.com/grpc/grpc-node/issues/2038#issuecomment-1461728728) seems still work well, but I wonder if anyone knows a better way to do it...

Please show your full command line string. Your error looks like "-c" was omitted at all.

Seems it's problem in our SNI extraction implementation. It may be that in this case TLS ClientHello is split in several TLS records or TCP segments, so we do not...