Thinkofname / steven-go

Go Minecraft Client
http://steven.thinkofdeath.uk/
Apache License 2.0
302 stars 26 forks source link

Protocol: Implement pipelining? #31

Closed 7ERr0r closed 9 years ago

7ERr0r commented 9 years ago

I didn't found any https://github.com/thinkofdeath/steven/search?q=pipeline or even https://github.com/thinkofdeath/steven/search?q=pipe

yawkat commented 9 years ago

Why?

7ERr0r commented 9 years ago

What if mojang would add next step in the protocol as it was with compression?

yawkat commented 9 years ago

add it https://github.com/thinkofdeath/steven/blob/master/protocol/connection.go

7ERr0r commented 9 years ago

So can I rewrite it to be pipeline?

yawkat commented 9 years ago

no, why

7ERr0r commented 9 years ago

Ok, I see, pipelining is more necessary you're when writing proxy.