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
When using wsutil.NextReader(), whats the proper way to handle a continuation frame? Can you point me to an example on how one may deal with that. Should the application code check for fin and continue to write data into a buffer till fin is true?
The text was updated successfully, but these errors were encountered:
When using
wsutil.NextReader()
, whats the proper way to handle a continuation frame? Can you point me to an example on how one may deal with that. Should the application code check for fin and continue to write data into a buffer till fin is true?The text was updated successfully, but these errors were encountered: