Cysharp / GrpcWebSocketBridge

Yet Another gRPC over HTTP/1 using WebSocket implementation, primarily targets .NET platform.
MIT License
82 stars 12 forks source link

Use UTF8String instead of Pointer_stringify #5

Closed mayuki closed 2 years ago

mayuki commented 2 years ago

Pointer_stringify will be removed from future releases of Unity. We should use UTF8String instead.