You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the use of destructors which is uncommon in JVM languages, users may get confused as to why their subscribers stop functioning. This needs to be better documented. @da
To reproduce
N/A
System info
N/A
The text was updated successfully, but these errors were encountered:
This issue can be closed, since we took a different approach by associating the lifespan of a session declaration to the lifespan of the session itself, therefore when dropping the declaration, if the session is still alive, then the declaration is still alive as well (the session keeps track of it).
Describe the bug
Due to the use of destructors which is uncommon in JVM languages, users may get confused as to why their subscribers stop functioning. This needs to be better documented. @da
To reproduce
N/A
System info
N/A
The text was updated successfully, but these errors were encountered: