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
- Removed JsonMessageCodec from compas_eve.__init__ exports
- Moved import back to lazy import in Transport.__init__ to avoid top-level dependency
- JsonMessageCodec should be imported as `from compas_eve.codecs import JsonMessageCodec`
- This keeps the API cleaner and more organized
Co-authored-by: gonzalocasas <[email protected]>
0 commit comments