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
Currently, a new instance of CCBufferedImageDecoder is created for each new chunk of data received. Works, but we could be more efficient, especially considering that it'll allocate a new output buffer each time.
The text was updated successfully, but these errors were encountered:
Currently, a new instance of
CCBufferedImageDecoder
is created for each new chunk of data received. Works, but we could be more efficient, especially considering that it'll allocate a new output buffer each time.The text was updated successfully, but these errors were encountered: