Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log level when subscribing #191

Closed
Abacaxi-Nelson opened this issue Jan 27, 2022 · 1 comment · Fixed by #195
Closed

Log level when subscribing #191

Abacaxi-Nelson opened this issue Jan 27, 2022 · 1 comment · Fixed by #195
Labels
enhancement New feature or request

Comments

@Abacaxi-Nelson
Copy link

Is your feature request related to a problem? Please describe.
Hi
Im connecting with

final client = feed.StreamFeedClient(apiKey, appId: 'XXXX', logLevel: feed.Level.SEVERE);

And subscribing

final userFeed = widget.getstreamClient.flatFeed('timeline', widget.model.uid);
      subscription = await userFeed.subscribe((message) {

Problem is i still see

flutter: (2022-01-27 15:59:32.956484) ℹ️ 🕒 Initiating connection for 1-8-
flutter: (2022-01-27 15:59:32.957818) ℹ️ 🕒 sending message : {id: 4, clientId: , channel: /meta/connect, connectionType: websocket}
flutter: (2022-01-27 16:00:03.170611) ℹ️ 🕒 received message : {id: 4, clientId: 1-5, channel: /meta/connect, advice: Advice(retry, 0, 30000), successful: true}
flutter: (2022-01-27 16:00:03.171803) ℹ️ 🕒 Closed connection for 1-5
@Abacaxi-Nelson Abacaxi-Nelson added the enhancement New feature or request label Jan 27, 2022
@sachaarbonel sachaarbonel linked a pull request Feb 1, 2022 that will close this issue
@sachaarbonel sachaarbonel reopened this Feb 7, 2022
@sachaarbonel
Copy link
Member

This has been released in 0.5.1. Thanks for the feedback @Abacaxi-Nelson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants