Harry Stuart
Harry Stuart
Any update on NER tasks with this library?
I implemented some better debugging capability into my program, and it turns out that the actual error message is this: `System.Net.Sockets.SocketException: Address already in use at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)...
Here is a more detailed sample from my code. Essentially, the client sends an initial text message with some metadata, then I begin sending the binary audio data to a...
I figured out how to fix this. `streamingCall.WriteAsync()` is only allowed to be called ONCE. So if I have: socket.OnBinary = async binary => { await streamingCall.WriteAsync(); // awaits a...
I don't see this functionality but agree that it would be immensely useful.
Yes you can do so. If you then select your step size to be the number of pages per tiff, then you can quickly skip across tiffs while viewing the...
Weird, I am getting the same behavour. Did you ever find the solution?
Any update RE custom time range? Looking for a quarterly solution myself. Cheers
I have the same error - any fixes?
Did you ever find a fix?