pitaya icon indicating copy to clipboard operation
pitaya copied to clipboard

Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.

Results 93 pitaya issues
Sort by recently updated
recently updated
newest added

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

bug

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`...