pushrax / node-rcon

A generic RCON protocol client for node.js
MIT License
134 stars 31 forks source link

Reconnecting causes emit('auth') not to be called #8

Closed MingweiSamuel closed 9 years ago

MingweiSamuel commented 9 years ago

I'm not sure if this object is meant to be reused after failure. If it is used that way, it fails to cause an auth event the second time.

pushrax commented 9 years ago

I hadn't specifically implemented reuse, however I don't see why it shouldn't be allowed.