You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have mistakenly done new AsynkSink(...) but never called start() and then my program hangs. Instead, the Async* classes should throw an exception if they haven't been started but are being used as if they have been started.
The text was updated successfully, but these errors were encountered:
I have mistakenly done
new AsynkSink(...)
but never calledstart()
and then my program hangs. Instead, theAsync*
classes should throw an exception if they haven't been started but are being used as if they have been started.The text was updated successfully, but these errors were encountered: