PlayDirect / app

Apache License 2.0
0 stars 0 forks source link

Websocket Connection #1

Open Chieffz opened 3 months ago

Chieffz commented 3 months ago

Goal: Get a Session Started & a websocket connection up and running

The very simple plan to start off development of the app for PlayDirect, planning on just being able to be able to send and receive strings for now.

Chieffz commented 1 month ago

This has been completed. Clients can now connect to the server via a selected test session ID and will join that session, get added to client lists than should join the websocket associated with that server. However, the client is not joining the ws for whatever reason, must be fixed.

Looking into if it might be a HTTP header issue (that's what I think it is).