Upgrade swift grpc to alpha 24 (#6439)

Upgrade swift grpc to alpha 24
This commit is contained in:
mustiikhalil
2021-02-04 02:01:18 +03:00
committed by GitHub
parent 76e7a0ff55
commit 815d3e820d
7 changed files with 481 additions and 178 deletions

View File

@@ -27,7 +27,7 @@ public protocol FlatBufferGRPCMessage {
/// Message is a wrapper around Buffers to to able to send Flatbuffers `Buffers` through the
/// GRPC library
public final class Message<T: FlatBufferObject>: FlatBufferGRPCMessage {
public struct Message<T: FlatBufferObject>: FlatBufferGRPCMessage {
internal var buffer: ByteBuffer
/// Returns the an object of type T that would be read from the buffer