Ensure correct connect and disconnect functionality
- Aug 03, 2021
-
-
René Schöne authored
- move IntList to TestUtils - make resolve-element for wildcard connections a method (instead of an attribute). would never be a cache-hit anyway - added Lock in MqttHandler to avoid simultaneous access/modification of AST - extend base.clean to remove generated aspects as well
-
- Aug 02, 2021
-
-
René Schöne authored
- fixing imports
-
- Jul 30, 2021
-
-
René Schöne authored
- introduced new types to encapsulate behaviour: RagConnectTokenMap, RagConnectPublisher - move lastValue (of sendDefinitions) into new publisher - create connectToken outside of handlers - MqttHandler: make wildcardPatterns a list - RestHandler: update dependency requirement to Spark 3.9.3 in order to unmap existing routes upon disconnect - testing disconnect functionality in (most) existing tests - still sometimes (!) getting "Top of handler stack does not match at pop!" Error during connect
-