cloudwu / sproto

Yet another protocol library like google protocol buffers , but simple and fast.
MIT License
942 stars 253 forks source link

fix request and response typename bug. #30

Closed lvzixun closed 9 years ago

lvzixun commented 9 years ago

如下scheme:

.Test {
  .Internal {
    id 0 : integer
    name 1 : string    
  }
}

foorbar 1 {
  request Test.Internal
  response Test.Internal
}

requestresponse 文法中的name改成了typename,同时在check_protocol添加了对type的检查