Markus
Markus
@JuhaKiili has this been resolved by the recent POV fixes?
This works as well and doesn't need bash `command: sh -c "./wait-for-command.sh -c 'nc -z web 80' && $command"` Just in case someone else comes along with that issue.
Yeah we should definitely add these checks
seems fixed with the latest version ```go reader, _ := os.Open("/home/markus/Downloads/disconnected_de_anubis.dem") parser := demoinfocs.NewParser(reader) defer parser.Close() var dummy int parser.RegisterEventHandler(func(done events.FrameDone) { fmt.Println(parser.CurrentTime()) gs := parser.GameState() for _, player :=...
Can we tell the network protocol from a demo? if so we should have a map of version->game event list.
sounds good to me :+1: :smile:
Thanks for the report - I would definitely like to get this fixed but my time right now is limited. If anyone has the time to look into where the...
Sorry for the slow reply - one way to resolve this is to have listeners for freezetime end events - that way you'll always have all players that are alive...
I don't fully follow, sorry - can you share the full code of your app and explain what is currently not working?
will close for now, feel free to reopen if you're still facing the issue