WebSocket
has become much less useful due to teardown
#846
Labels
area-capabilities
Related to the kinds of things that snaps are able to do.
How do we expect snap devs to leverage WebSockets now that we tear it down after each RPC request has finished processing?
Technically you could use long-running and a never resolving promise, but we shouldn't encourage that.
Do we need to add a permission along the lines of "trigger a snap RPC method when a message is received from x"? (similar to cronjobs)
The text was updated successfully, but these errors were encountered: