PerformanC / FastLink

The NodeJs Lavalink client.
BSD 2-Clause "Simplified" License
11 stars 3 forks source link

Fastlink connection issues #2

Closed TehPigYT closed 11 months ago

TehPigYT commented 1 year ago

Fastlink does not receive the connected status from the nodelink server if the nodelink server is already online and awaiting for connections.

If the fastlink connection is open before the nodelink server starts, it works normally.

ThePedroo commented 1 year ago

Could you be more specific and send us logs?

TehPigYT commented 1 year ago

I explained the demonstration.

ThePedroo commented 1 year ago

Issues related with WebSocket connection could have been fixed with https://github.com/PerformanC/FastLink/commit/84987bf3c1a3410f2878d8e4f49b5a9c6bde8305, could you try it out and let me know the results?