You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This applies to the OtakoSocket class (found within the OtakoSocket.cs file). This class is used for communication between the RESTful backend and WebSocket server.
There's an automatic failover designed for unsuccessful events and disconnection from the socket, but it's very unoptimized. The failover thread also stays running after the backend's center process is closed. (Only observed on Windows 10, while testing, but let me know if something similar can be seen on Linux).
To build just fork and go into the project folder and type
dotnet restore
dotnet run
easy.
The text was updated successfully, but these errors were encountered:
This applies to the
OtakoSocket
class (found within theOtakoSocket.cs
file). This class is used for communication between the RESTful backend and WebSocket server.There's an automatic failover designed for unsuccessful events and disconnection from the socket, but it's very unoptimized. The failover thread also stays running after the backend's center process is closed. (Only observed on Windows 10, while testing, but let me know if something similar can be seen on Linux).
To build just fork and go into the project folder and type
easy.
The text was updated successfully, but these errors were encountered: