tanutapi / dart_meteor

A Meteor DDP library for Dart/Flutter developers.
Other
37 stars 16 forks source link

Timeout : Future Not Completed #62

Open ariadys opened 2 years ago

ariadys commented 2 years ago
Screen Shot 2022-07-13 at 12 27 06

Hi, I have a problem with Timeout. You can see the screenshot above. previously there were no problems when trying to connect to the server, including timeouts.

This happens often, what do you think is the cause? and guess how do i solve this?

Thank you

tanutapi commented 2 years ago

Is your Meteor server running? And if possible, cloud you share your endpoint when do a meteor.connect()?

ariadys commented 2 years ago

Yap already running

example: wss://test.com/websocket

ariadys commented 2 years ago

Hi @tanutapi , this issue still appear.

you have any solution?

tanutapi commented 2 years ago

@ariadys Could you send me your endpoint (privately) so I can try it.

xiaodusx1 commented 2 years ago

Yap already running

example:

wss://test.com/websocket

Maybe the problem is wss and not ws protocol

tanutapi commented 2 years ago

Websocket secured wss should work anyway.

ariadys commented 2 years ago

@tanutapi your email? want send endpoint privately

ariadys commented 2 years ago

maybe you can dm me on discord LazyTurtle#5764 , i will show you how this happen

xiaodusx1 commented 1 year ago

@tanutapi very good job,do you have plan to write a rust_meteor? I found rust don't have a meteor plug。

tanutapi commented 1 year ago

@xiaodusx1 no plan for the Rust lang. However, since the DDP protocol is welled document, hope someone will implement it for Rust.

tanutapi commented 1 year ago

maybe you can dm me on discord LazyTurtle#5764 , i will show you how this happen

Friend request sent

YouSour commented 1 year ago

hi, anyone solve this issue ? i just face this problem too