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
* Supported specifying the separators in the constructors of `Server` and `Client`. (#288)
* Supported passing the separators to the constructors. (#288)
* Supported None values for image variables. (#275)
* Skipped Base64 decoding. (#275)
* Added config entries for streaming. (#275)
* Reduced the default quality to speed up Base64 encoding. (#267) (#275)
* Bug fixed: unmatched dimensions. (#275) (#284)
* Using PIL interface. (#275) (#284)
* Added comm stream server in `RuntimeData`. (#275)
* Now comm stream can be enabled through config. (#275)
* Using custom separator. (#275) (#288)
Provide an option in the constructor of
Server
andClient
that specifies the separator.The text was updated successfully, but these errors were encountered: