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
Hiya, this library is used by a python extension, but is built into the extension instead of using the shared library, because of some symbols being missing, such as amqp_simple_wait_frame_on_channel
amqp_simple_wait_frame_on_channel is not a public API, thus it is not exported from the shared library and may change breaking anything that depends on it.
If you really must use this API, using a statically linked library will get you around this restriction.
Hiya, this library is used by a python extension, but is built into the extension instead of using the shared library, because of some symbols being missing, such as
amqp_simple_wait_frame_on_channel
See
celery/librabbitmq#9
The text was updated successfully, but these errors were encountered: