Skip to content

Commit

Permalink
fix: change port number to adapt new version
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjeetsingh150 committed Feb 6, 2023
1 parent 2e7a83b commit 73e6fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/IsMaestro.mm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ - (BOOL)isUrlReachable:(NSString *)ipAddress port:(NSInteger)port {

RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD(isMaestro)
{
BOOL isReachable = [self isUrlReachable:@"http://localhost" port:9080];
BOOL isReachable = [self isUrlReachable:@"http://localhost" port:22087];

return @(isReachable);
}
Expand Down

0 comments on commit 73e6fe0

Please sign in to comment.