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 c3991cd commit c423735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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 All @@ -242,3 +241,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTH
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
```

0 comments on commit c423735

Please sign in to comment.