Skip to content

Commit b133f07

Browse files
committed
Change README.md
1 parent 4ccb580 commit b133f07

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,15 @@ boost::bind(bind_func_with_params, _1, 123, param2);
207207

208208
```
209209
210-
* Other
210+
## Other
211211
212-
To authenticate a user a separate C++ HTTP client library is required.
212+
* To authenticate a user a separate C++ HTTP client library is required.
213213
214214
215215
## TODO
216216
217217
* Add timestamp to events so that it is possible to clean the events queue with old events without response.
218218
* Implement a clean-up method for the queue.
219-
* 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.
220219
221220
222221
## Author

0 commit comments

Comments
 (0)