project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

when an endpoint raises a not-implemented, it should make it back to the whoever sent the request #90

Closed grybka closed 9 years ago

grybka commented 9 years ago

If i try and "send multiplexer '*OPC?' " I get None back, rather than not-implemented error

laroque commented 9 years ago

Would change NotImplemented to something that inherits from DriplineException fix this? I should check.

laroque commented 9 years ago

I've checked, this works if I use a DriplineInternalError(). I should create a new exception value 3xx named DriplineUnsupportedMethod, that is used in the endpoint's raiser with something like " does not support "... will do this once 1.6.3 tagging is cleaned up.

laroque commented 9 years ago

resolved in 158f98d