avitex / elixir-rcon

Source compatible RCON implementation in Elixir
MIT License
4 stars 3 forks source link

does not support factorio servers #13

Open mcbloch opened 3 years ago

mcbloch commented 3 years ago

Apparently Factorio servers do not handle multipart responses properly. Would it be possible to account for this by adding the option to enable a single packet mode?

mcbloch commented 3 years ago

I eventually found the usage in the comments in the code. Would it be possible to document this in the readme?

jbosse commented 2 years ago

@mcbloch see https://hexdocs.pm/rcon/RCON.Client.html#connect/3 I think this documents the usage.