-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ack message timeout #8
Comments
@ilbertt , no problem! Here is the repo as well as the version running on the IC. The version on the IC stopped connecting this morning when I went to check, but it was connecting fine last night. The demos are working fine though like you said, which is strange. The local version connects fine still, but has the original [onAckMessageTimeout] issue. Repo: https://github.com/jneums/ghost-engine Here are the relevant files: Frontend client: Backend client: |
@jneums sorry for the late reply :( I see you switched to the polling approach instead of WebSockets. I'm really sorry I couldn't provide help in time. I'll try to investigate what's happening anyway and hopefully get back to you. |
No worries! Let me know if you figure it out. I'd love to use the websockets. It feels weird polling so frequently from the browser. |
First off, thanks for the great websocket implementation!
Second, I'm getting errors consistently that close my connection with the canister. It happens when developing locally using the ICWebsocket repo as well as when running against the hosted version on AWS:
[onAckMessageTimeout] Ack message timeout. Not received ack for sequence numbers: Array(12)
The text was updated successfully, but these errors were encountered: