Skip to content

Commit

Permalink
do not assert binding thread for ext
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliya-usov committed Sep 5, 2023
1 parent a1e1ee8 commit 237c8a2
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,7 @@ abstract class RdExtBase : RdReactiveBase() {
})
}

override fun assertBindingThread() {
if (allowCreationOnBackgroundThread) return

super.assertBindingThread()
}
override fun assertBindingThread() = Unit

override fun onWireReceived(proto: IProtocol, buffer: AbstractBuffer, ctx: SerializationCtx, dispatchHelper: IRdWireableDispatchHelper) {
val remoteState = buffer.readEnum<ExtState>()
Expand Down

0 comments on commit 237c8a2

Please sign in to comment.