The close process in Message Socket has a race. It can be fixed using either a single threaded executor (perhaps from C4 socket) or a state machine (like AbstractCBLWebSocket)
Activity
Show:
Blake Meike March 4, 2022 at 8:24 PM
State Machine added to the Message Socket and class rewritten nearly from scratch.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The close process in Message Socket has a race. It can be fixed using either a single threaded executor (perhaps from C4 socket) or a state machine (like AbstractCBLWebSocket)