main-- / windows-gaming

This project makes it easy and straightforward to set up PCI/VGA passthrough on your system. - OR AT LEAST IT WOULD, IF IT WASNT DEAD
6 stars 1 forks source link

Instead of hanging connections on unknown codes, return an error and handle it accordingly #74

Closed oberien closed 7 years ago

oberien commented 7 years ago

For example we could try to reestablish the connection / create a new one.

cc #42

main-- commented 7 years ago

Our byte-based protocol is bad anyways, the best solution might be to just switch to a different protocol (protobuf or something similar) entirely.