Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Stream not open yet #37

Open
bharath-dev opened this issue Mar 20, 2018 · 1 comment
Open

Stream not open yet #37

bharath-dev opened this issue Mar 20, 2018 · 1 comment

Comments

@bharath-dev
Copy link

I have tried the following ways to add logs from my Objective C application.
[self.logger log:@"Testing using instance"];
or
[LELog log:@"Testing using class"];

But both didn't made any logs in the logentries.com account.

Reference Logs:
Testing using instance
Checking status
Retry timer active

Retry timer fired
Checking status
Stream not open yet
Socket event NSStreamEventErrorOccurred, scheduling retry timer

@squatchus
Copy link

squatchus commented Jan 30, 2019

@bharath-dev hey, have you found any solution?

I have a similar issue, but in my case
- (void)stream:(NSStream *)aStream handleEvent:(NSStreamEvent)eventCode
never get called and outputSocketStream just stucks with NSStreamStatusOpening status.

I see the same behaviour for demo app in this repo.

UPD: it seems like this issue is only happening on Wi-Fi connection.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants