diff --git a/net/channel.go b/net/channel.go index 51e59a7..3155d73 100644 --- a/net/channel.go +++ b/net/channel.go @@ -14,6 +14,7 @@ type Channel struct { sourceId string DestinationId string namespace string + _ int32 requestId int64 inFlight map[int]chan *api.CastMessage listeners []channelListener