Skip to content
Snippets Groups Projects

Ensure correct connect and disconnect functionality

Merged René Schöne requested to merge 31-ensure-correct-connect-and-disconnect-functionality into dev
  1. Aug 03, 2021
    • René Schöne's avatar
      WIP: working on correct connect and disconnect · 519cd508
      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
      519cd508
  2. Aug 02, 2021
  3. Jul 30, 2021
    • René Schöne's avatar
      WIP: working on correct connect and disconnect · 729568de
      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
      729568de
Loading