alkem-io / matrix-adapter

Wrapper around Matrix homeserver for supplying communications capabilities in Alkemio.
0 stars 0 forks source link

BUG: syncing of rooms from matrix client hanging #19

Closed techsmyth closed 1 year ago

techsmyth commented 1 year ago

Describe the bug On creating a new matrix elevated agent, or any agent, the sync event is not being responded to so that just hangs

To Reproduce Steps to reproduce the behavior:

Put a breakpoint at the last line of this method in communicationAdapter: image.png

It will not be hit.

Expected behavior The event is handled and the code continues. The code is currently resulting in multiple instances being created - which while not causing issues could cause race conditions / other side effects.