Results 2 issues of Sina Bolouki

I want to capture a video from a RTSP server using opencv on android. My implementation is like this: ```kotlin if(!OpenCVLoader.initDebug()) { return } val cap = VideoCapture() cap.open("rtsp://10.181.73.158:8086/?camera=world") ```...

In order to [add volatile socket support](https://github.com/socketio/socket.io-client/commit/7ddad2c09dea0391b20378ef03b40040f0230d3e) to [Socket.IO-client Java](https://github.com/socketio/socket.io-client-java). We need to check if the transport we use in the socket is writable or not. I added a getter...