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
clean shutdown (maybe copy cancel guard stuff from dc-rpc-server?)
even better source code structure in the rust code
Use channel for jsonrpc extra performance? I asked in discord, right now I think its only one direction backend to frontend -> could already be useful for that one direction backend to frontend, because that direction has more data anyway
security
security -> try to find a way to get rid of (or disable or lock down) the global reference __TAURI_INTERNALS__, that it can only be called from the runtime interface implementation
Find out how/if the Isolation pattern with the hook script can help us to harden the app (I can't think of a way it would help in our use case)
less priority
for blobs scheme - find out whether we can stream big files
clean shutdown (maybe copy cancel guard stuff from dc-rpc-server?)
even better source code structure in the rust code
Use channel for jsonrpc extra performance? I asked in discord, right now I think its only one direction backend to frontend -> could already be useful for that one direction backend to frontend, because that direction has more data anyway
security
__TAURI_INTERNALS__
, that it can only be called from the runtime interface implementationless priority
specta
feature)- but that's probably not needed in our case?
The text was updated successfully, but these errors were encountered: