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

Client accidentally stops to receive server messages #119

Open
Dried09 opened this issue Feb 16, 2022 · 1 comment
Open

Client accidentally stops to receive server messages #119

Dried09 opened this issue Feb 16, 2022 · 1 comment

Comments

@Dried09
Copy link

Dried09 commented Feb 16, 2022

Hi everyone,

I have .net 6 console app as server and Unity app as client with same version of Telepathy added to both as source code.
Server app is working fine sending and receiving messages as expected.
Client app is sending properly but receiving accidentally various number or messages and just stops with no errors continuing sending messages to server and stay able to disconnect from server normally.

Looks like this:
image

Running Unity in background is true.
Client's receiveTimeout was set with different values - no changes.

I handle ticks like this on both, server and client:
image

Looking forward for any help with this.
Thanks in advance.

@adventure-louis
Copy link

Years late but, I ran into a similar issue, and it was because my client and server had different packet size limits and the client was sending messages too big for server to receive and the server just silently killed the connection. On client side, it just seemed like a normal disconnect signal from server.

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

No branches or pull requests

2 participants