Michael

Results 71 comments of Michael

@GopherJ and @antonok-edm I tried the timeout suggestion but it doesnt seem to proxy the websockets. Did yall make some changes outside the example to allow websocket connections?

@antonok-edm got some great feedback on discord! `@fakeshadow#3395` on discord is awesome and recommended (not a working example but a great route to go down) ```rust use actix_web::{ get, web::{BytesMut,...

@resession this is not working as of today, `node[node].put` is undefined. Any ideas what this should be targeting to remove it from a set?

Never mind, i figured it out! :) for those of you who do not want to use the unset method its basically looking for the id gun is giving the...

Ohh good find! I will take a look into this, Ill see about adding a timeout or looking to see if I can get the processes user to throw an...

Alright, I think I understand how I want to tackle this, from an acceptance criteria: - Any command launched by `odin` should error if run as root. Unless an override...

I have a temp fix for this I will publish ![image](https://user-images.githubusercontent.com/12646562/119217770-4eccc900-ba91-11eb-9752-2c5bd3be3dbc.png)

The error should be available now :) been a bit busy with work/school to tackle the underlying issue and will leave this ticket open but it will halt execution if...

Hey @anonymus19941 thanks for your work on this, I am looking into some shutdown work atm and trying to find a good way to handle it. My goal is to...

I have some progress on this one, going to allow enabling verbose logging for steamcmd which appears to fail connection on some individuals machines.