Hi when i send in a large number of subscription requests at once my decode function
seems to halt if i use the fe.getReal().getAsDouble() to assign to a double number. If i don't use that function everything works fine. Is that function not threadsafe, or does is share a common buffer of some type?