antiblue

Results 4 issues of antiblue

Hi all, I started working on upgrading the Actix-Web parts, but I stumble over an issue with Tokio. Through [`OPCUASession.connect`](https://github.com/locka99/opcua/blob/43e82f3f35ff86b50a84b6c2b5fdd0f112e21759/samples/web-client/src/main.rs#L203) the function [`get_server_endpoints_from_url`](https://github.com/locka99/opcua/blob/8902bdb9b533d516f34ff935321deb8597a09f7f/lib/src/client/client.rs#L460) is called and at the end an...

Since the tempdir crate is being merged into [tempfile](https://github.com/Stebalien/tempfile) and is available in 3.x

PR for #310 Adds AMQP 0.9.1 protocol binding using the [RabbitMq.Client](https://www.rabbitmq.com/client-libraries/dotnet-api-guide#overview). It follows the ["RabbitMQ Protocol Binding for CloudEvents" specification](https://github.com/knative-extensions/eventing-rabbitmq/blob/main/cloudevents-protocol-spec/spec.md).

Hi, I worked on an AMQP 0.9.1 protocol binding using the [RabbitMq.Client](https://www.rabbitmq.com/client-libraries/dotnet-api-guide#overview). I followed the ["RabbitMQ Protocol Binding for CloudEvents" specification](https://github.com/knative-extensions/eventing-rabbitmq/blob/main/cloudevents-protocol-spec/spec.md) and looked (of course) at how the [AMQP 1.0...