Minghang Chen

Results 11 comments of Minghang Chen

Bump. Any updates? We'd like to add this support in order to make a Rust app work with [Tubular](https://github.com/cloudflare/tubular) (see [example of required socket options](https://github.com/cloudflare/tubular/tree/main/example)).

@pacak any idea on this. If we can confirm this is truly a problem. I can try to make a fix.

@pacak thanks for the confirmation. I'll try to make a fix to allow individual `msg` to have their own cmsg contents.

Sorry guys, I didn't find time to work on this. For an working example, I cannot copy-paste my code, but this is the pseudo code showing the use case: ```rust...

HI Wkennedy, My classes are like this: ``` java package com.example.nfss.model.response; /** * @author Hunts * @date Dec 14, 2013 2:35:41 PM */ public interface BizResponse { /** * Returns...

And the controller is: ``` java package com.example.nfss.api.controllers; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Controller; import org.springframework.util.MultiValueMap; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RequestParam; import com.example.nfss.api.AbstractRequest; import com.example.nfss.api.SearchRequest; import com.example.nfss.model.response.BizResponse; import com.example.nfss.model.response.ErrorResponse;...

For what it worth, we saw only one server (out of few thousands) had the issue and no more events since that, so likely very rare condition triggered.

This should cover decoding part of #940.

The UI Tests failure looks like unrelated to my changes?