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
binder: Hold lock when calling setOutgoingBinder()
setOutgoingBinder() has `@GuardedBy` for the transport.
```
binder/src/main/java/io/grpc/binder/internal/BinderServerTransport.java:71: error: [GuardedBy] This access should be guarded by 'transport', which is not currently held
transport.setOutgoingBinder(
^
```
0 commit comments