kaspergrubbe / ruby-vnc

A library for interaction automation of servers via VNC
MIT License
31 stars 17 forks source link

Not raise exception but just warn when receiving unhandled server packets #22

Closed Kounotori-ssbm closed 5 years ago

Kounotori-ssbm commented 5 years ago

Related to #21.

For now, when receiving unhandled server packets, ruby-vnc raise exception. But I think it should not raise exception but just output warning message because they are only unhandled and do nothing.