pitaya
pitaya copied to clipboard
Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.
When I use Unity SDK, I can use request and response messages, but I can't receive messages from the server through Session Push. I have already registered through OnRoute
Remove GRPC RPC model as we will focus on NATS support only. It has proven rock stable and easier to manage in productive loads. It also enabled servers on different...
This pull request introduces a new `ErrorWrapper` interface and its default implementation to handle error serialization and deserialization more effectively. The changes impact multiple files, primarily focusing on the `serialize`...