inner.proto 191 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 syntax = "proto3"; //server内部通讯proto package protocol; //消息体定义 // message NoticeConnectionClose { int32 Reason = 1; //1=client close; 2=time out; 3=broken; 4=other }