gmosx / dart-wamp

An implementation of the WAMP (http://wamp.ws) protocol for Dart.
BSD 2-Clause "Simplified" License
19 stars 6 forks source link

Fixes bug: WampHandler failure on invalid JSON. #8

Closed Sharom closed 10 years ago

Sharom commented 10 years ago

Uncaught exception on invalid JSON destroys a server. I am not sure this is the best solution. But it works. And it's better than fail of a server.

Do you have another idea?

Sharom commented 10 years ago

@gmosx What will we do with this bug?