Aego

Results 2 issues of Aego

reconnect and ping/pong related events are actually under Manager instead of Socket class. Therefore, the correct way to subscribe them should be like: ```dart void onReconnectFailed(EventHandler handler) { // incorrect...