Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Don't send a ping packet before auth is sent #62

Open
emschwartz opened this issue Aug 6, 2019 · 0 comments
Open

Don't send a ping packet before auth is sent #62

emschwartz opened this issue Aug 6, 2019 · 0 comments
Labels

Comments

@emschwartz
Copy link
Member

The BTP spec says:

Before anything else, when a client connects to a server, it sends a special Message request. Its primary protocolData entry MUST have name 'auth'...

Currently, the BTP plugin sends a WebSocket Ping message before the auth packet is sent. Either the spec should be changed to allow this or the implementation should be changed to ensure that the auth packet is the first one sent.

@emschwartz emschwartz added the bug label Aug 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant