JimmyBaize

Results 8 comments of JimmyBaize

@agentzh I attempt to convert many requests (tcp raw stream request) on different connections to one websocket-connection,but I got 'bad request' error message. I try to new a websocket-client in...

Assuming : Thread-B put message to mqueue(POSIX). Thread-A get message from mqueue, and use `coap_send` send message. Question: How does a Thread-A handle both block in `coap_io_process` and receive message...

LwIP with OS, use POSIX socket , do not use EPOLL. But as client,just have one connection, one `fd` ,is right? So Thread-A handle one `fd` write and read and...

Can coap_io_process be divided into coap_in_process and coap_send? In this way, users can use coap_io_process if they are single-threaded. If there are multiple threads, coap_in_process processes the input (In addition,...

https://mvnrepository.com/artifact/org.eclipse.californium/element-connector-tcp-netty ![image](https://user-images.githubusercontent.com/9352100/209932578-75a9e8c8-87c4-4b2e-b61f-17105c69753d.png) Why does element-connector-tcp-netty 2.7.4 not exist in the central repository?

Okay, thanks. Due to the SerialExecutor of Exchange, We can't upgrade to 3.X temporarily. How long will 2.7.X be maintained?

> Thanks for reporting that, the deploy job doesn't contain it. I added it there, the next 2.7.5 will contain it, but that may take some time. > > Californium...

Yes, it works for me. I've been using californium for over 6 years in a CoAP over TCP scenario for my project. Without this API, it's hard for me to...