jwamp icon indicating copy to clipboard operation
jwamp copied to clipboard

Java client and server implementation of WebSocket subprotocol WAMP

Results 12 jwamp issues
Sort by recently updated
recently updated
newest added

Right now, I'm pretty sure that the TimeoutHashMap implementation is not threadsafe. This places a large burden on DefaultRPCSender to manage synchronization. Otherwise, two calls to put(...) could corrupt the...

bug

According to the WAMP specification a CALL message contains a procURI which has to be a valid URI or CURIE (http://wamp.ws/spec#call_message). In your wamp.xml example and your tests you don't...