Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Websocket connection issue #51

Open
Abgaryan opened this issue Sep 9, 2018 · 3 comments
Open

Websocket connection issue #51

Abgaryan opened this issue Sep 9, 2018 · 3 comments

Comments

@Abgaryan
Copy link

Abgaryan commented Sep 9, 2018

I am trying to implement mobile client app for chatbot, but can't connect with the server by WebSocket, could you tell me please what could be the issue? how can I connect with server form different origin?

@adantoscano
Copy link

Where do you have botkit deployed? And how are u implementing the client in Mobile?

@Abgaryan
Copy link
Author

Abgaryan commented Sep 9, 2018

I deployed the botkit in AWS ,it works fine for web chat client, I am using Flutter frameWork for build natvie mobile app, I was flowing to this cook book : https://flutter.io/cookbook/networking/web-sockets/

@adantoscano
Copy link

You have to expose ports that app is using and also take care in you are using secure or not protocol (wss or ws). I can not help you more with that info sorry.

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

No branches or pull requests

3 participants