Vlad Vysotsky
Results
2
issues of
Vlad Vysotsky
When I tried to start cast, I got error: File "C:\Python34\lib\re.py", line 210, in findall return _compile(pattern, flags).findall(string) TypeError: can't use a string pattern on a bytes-like object
Hi there. Help needed. I faced an issue that when I close `StreamSubscription` of a stream WebSocketLink provides, the following code should be called: ```dart 186 response.onCancel = () {...