Skip to content

Commit

Permalink
revert event_loop override
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Jan 30, 2025
1 parent 180f6e8 commit cd125b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
#ifdef AWS_USE_APPLE_NETWORK_FRAMEWORK
static enum aws_event_loop_type s_default_event_loop_type_override = AWS_EVENT_LOOP_DISPATCH_QUEUE;
#else
// DEBUG WIP CHANGE THIS BACK TO AWS_EVENT_LOOP_PLATFORM_DEFAULT
static enum aws_event_loop_type s_default_event_loop_type_override = AWS_EVENT_LOOP_DISPATCH_QUEUE;
static enum aws_event_loop_type s_default_event_loop_type_override = AWS_EVENT_LOOP_PLATFORM_DEFAULT;
#endif

struct aws_event_loop *aws_event_loop_new_default(struct aws_allocator *alloc, aws_io_clock_fn *clock) {
Expand Down

0 comments on commit cd125b0

Please sign in to comment.