alvyxaz / barebones-masterserver

Master Server framework for Unity
475 stars 106 forks source link

Socket Error: 'The header part of a frame cannot be read from the data source' on Master Server #224

Open Beennn opened 5 years ago

Beennn commented 5 years ago

I'm getting a socket error on the master server when a room attempts to connect:

'The header part of a frame cannot be read from the data source'

I'm only getting the error when deployed to a linux VPS. Everything works as expected when testing locally on windows.

Subsequently, attempting to connect with a client, prompts the 'Already logged in' message.

Any idea what might be causing the issue?

Thanks