Closed pepone closed 5 years ago
https://github.com/zeroc-ice/ice-demos/blob/5ebb4d8695a1cad56c15d9f9a4fc1823b6f8bf1f/cpp98/IceStorm/clock/Subscriber.cpp#L282
Replace check with assert(!id.empty()) this exception should never occur when subscribing with a UUID identity. We should review all languages
assert(!id.empty())
https://github.com/zeroc-ice/ice-demos/blob/5ebb4d8695a1cad56c15d9f9a4fc1823b6f8bf1f/cpp98/IceStorm/clock/Subscriber.cpp#L282
Replace check with
assert(!id.empty())
this exception should never occur when subscribing with a UUID identity. We should review all languages