Add native API to check if socket is bound
pschichtel opened this issue · 2 comments
pschichtel commented
Currently the state of the socket can only by tracked in Java-land, but this could go out of sync with the socket in cases where the socket might get shared.
pschichtel commented
There is no API to check if a socket has been bound. The CAN implementation does have an internal flag if the socket has been bound, but that is not exposed. Syncing in Java-land is all that can be done
pschichtel commented
closed via 94cdc26