Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Sever is sending a connect message to the client (not damaging, but curious) #207

Open
BrentFarris opened this issue Dec 18, 2018 · 0 comments

Comments

@BrentFarris
Copy link
Member

BrentFarris commented Dec 18, 2018

Version Number and Operating System(s):

Found in commit: ff31f67

Expected behavior:

Do not send connect messages to clients from server

Actual behavior:

There are connect messages being relayed to the client. This was causing this error: #201 which is resolved.

This bug does not cause any immediate problems and should be able to continue as normal even with this.

Steps to reproduce:

Host a server and 4 clients. Put a breakpoint in the CachedUdpClient on the client machine where it does DoSend when the [0]th byte is 71 and the [1]th byte is 69. Notice that the client will send a confirmation for this message which was causing the previous issue which is now resolved.

[Optional] Discord Username:

Brent#6969

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

No branches or pull requests

1 participant