Skip to content

Commit

Permalink
Change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phlegx committed Jun 12, 2015
1 parent 4ccb580 commit b133f07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,15 @@ boost::bind(bind_func_with_params, _1, 123, param2);

```
* Other
## Other
To authenticate a user a separate C++ HTTP client library is required.
* To authenticate a user a separate C++ HTTP client library is required.
## TODO
* Add timestamp to events so that it is possible to clean the events queue with old events without response.
* Implement a clean-up method for the queue.
* See how to persist the connection object (```this->conn```) in the dispatcher so that the function ```trigger()``` can put the event trigger in event_queue if disconnected.
## Author
Expand Down

0 comments on commit b133f07

Please sign in to comment.