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
I have been using your wisper-rcp IframeBridge (it is awesome) to communicate with iframes that are mounted on my app, after a couple of times mounting and umounting iframes, the device where I run the app start suffer by lack of memory, the problem was a leak of memory induced because I was not closing the bridges (bidge.close())
I would suggest to add something about close( ) to the Readme.md on src/bridges
Thanks!
Santiago.
The text was updated successfully, but these errors were encountered:
This is only a recommendation:
I have been using your wisper-rcp IframeBridge (it is awesome) to communicate with iframes that are mounted on my app, after a couple of times mounting and umounting iframes, the device where I run the app start suffer by lack of memory, the problem was a leak of memory induced because I was not closing the bridges (
bidge.close()
)I would suggest to add something about
close( )
to the Readme.md on src/bridgesThanks!
Santiago.
The text was updated successfully, but these errors were encountered: