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
bugfix: prevent null pointer dereference in server if client disconnects during method call
This an imperfect workaround for a crash that can be triggered if a client
disconnects in the middle of a long running IPC call. The workaround results in
memory leak but avoids a crash. This can be improved later, and more details
are in a code comment.
0 commit comments