windbender

Results 13 comments of windbender

+1 ^ 3 :-)

1 is certainly a potential problem. Perhaps ask on the mailing list how many people would be concerned about swapping up to java 8 ? If the project wants to...

By placing various breakpoints in the moquette code I can get ``` public void checkReceivePublishedMessage_after_a_reconnect_with_notCleanSession() throws ``` to throw a null pointer exception. ``` java.lang.NullPointerException at org.mapdb.StoreWAL.update(StoreWAL.java:382) at org.mapdb.Caches$HashTable.update(Caches.java:270) at...

OK! Place a break point on ClientSession.java:80 which is there return statement in the following method: ``` public List storedMessages() { //read all messages from enqueued store Collection guids =...

I can certainly look for this. How/Where is the missed activity timeout triggered ?

@andsel so the setIdleTime is set to 90 seconds in the test code. a 2-3 second pause is not long enough to trigger this. And, I confirmed this by placing...

Ok. so I turned on more logging: ``` 13:48:04,809 [nioEventLoopGroup-3-3] INFO ProtocolProcessor republishStoredInSession 354 - republishing stored messages to client 13:48:04,811 [nioEventLoopGroup-3-3] INFO MapDBSessionsStore inFlight 208 - storing inflight clientID...

I'll +1 this PR since I was going to submit basically the same around the mime types

Cool Idea. checkout. https://www.websequencediagrams.com. for inspiration. It would be double awesome if it was JS and therefore embeddable in web pages. But making Graphviz work in webasm, would be exciting...