Iñaki Baz Castillo
Iñaki Baz Castillo
Thanks, hope there is a solution. Otherwise my workaround will be adding all my .ssh/config entries into /etc/hosts and setting its hostname in the "hostname" field of .ssh/config (instead of...
> @ibc can i work on it? Why me?
NOTE: the line `{core} Note: no DH parameters found in PATH_TO_CERT_FILE` is sent to stderr. However the init scripts previously does `2>&1` and therefore such a line would be redirected...
Hi, what does it mean "sometimes with SSLv2 header containing information inside that it want to use TLS protocol"? is that valid in TLS protocol? BTW it seems that EventMachine...
Interesting. The same occurs if I use Ruby OpenSSL bindings (Ruby OpenSSL::SSLSocket class). If I don't set the SSL/TLS version in the class constructor, then same as above happens, which...
PR #23 merged.
And how can be `Link` used with Redux? I mean, I don't have a `router` in the `context` because I'm using Redux...
I've taken a look to all tests in which we call `producer.pause()` and AFAIS everything is ok, but the issue still exists.
Here another unrelated PR in which same test is failing: https://github.com/versatica/mediasoup/actions/runs/8788437337/job/24115870840?pr=1380#step:7:60
> https://github.com/versatica/mediasoup/blob/0cb131cd3d1dc95cc09ee6e82dc556d8f4822117/node/src/Router.ts#L1265 > > > The error seems to occur if the test ends without waiting for this `pause` promise to fully complete. This is more likely to occur in...