Commit 2360771
authored
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(
^
```1 parent 1ef5ee2 commit 2360771
File tree
1 file changed
+4
-2
lines changed- binder/src/main/java/io/grpc/binder/internal
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments