Mark Oliver
Mark Oliver
I had a similar issue. Turned out I have a FormClosed & FormClosing event that cancelled the event. So it never shutdown. I solved it by unsubscribing from those events...
This is an issue on WSL2 with Docker compose : https://github.com/weaveworks/scope/issues/3887, the suggested fix above seems to work (https://github.com/weaveworks/scope/issues/2842#issuecomment-326636753)
I am seeing the same issue. I am running Docker on Windows with WSL2. #3809 is related/duplicate.
This works for me for Docker on WSL: ``` scope: image: weaveworks/scope:1.13.2 # network_mode: "host" # pid: "host" privileged: true ports: - "0.0.0.0:4040:4040" labels: - "works.weave.role=system" volumes: - "/var/run/docker.sock:/var/run/docker.sock:rw" command:...
@devigo are you planning on resolving the build errors so this can be merged? I was about to send a PR for the same thing.
> No concrete roadmap or ETA to share yet regarding Microsoft.Skype.Bots.Media support for .NET core/.NET 5 (but work is in-progress on this). Hi @ssulzer any update on this comment from...
I believe if you are running the latest version of the Media library that it does not work with ngrok out of the box, although I cannot recall where I...
I am interested in this answer too. @oxygennik2009 I would love to read a blog post on how you are setting up that kind of hosting, and how you scale...
This would have to be a post process. Using something like ffmpeg.
What specs are you expecting your bot to achieve? How many concurrent calls? Audio & Video? What spec machine? I would love to come up a with a way to...