santazhang / simple-rpc

Simple RPC in C++, with Python binding
http://www.yzhang.net/simple-rpc/
BSD 3-Clause "New" or "Revised" License
27 stars 6 forks source link

server crash when no service is registered #10

Closed santazhang closed 10 years ago

santazhang commented 10 years ago

When the server starts with no service registered, and an RPC is made, it crashes.

santazhang commented 10 years ago

This is only observed in release build.

santazhang commented 10 years ago

Cannot reproduce the crash using newest version of code. Close now.