Skip to content

Commit

Permalink
Use wsi user_data instead of concurrency mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mussonero committed Oct 18, 2020
1 parent 649627d commit 00130a4
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 93 deletions.
2 changes: 1 addition & 1 deletion include/binance_websocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace binance
public :
static void connect_endpoint(CB user_cb, const char* path);
static void init();
static void enter_event_loop(std::chrono::hours hours = std::chrono::hours(24));
static void enter_event_loop(const std::chrono::hours &hours = std::chrono::hours(24));
};
}

Expand Down
Loading

0 comments on commit 00130a4

Please sign in to comment.