问题描述
我正在使用BouncyCastle 1.59在Java中实现webrtc网关。 服务器回复ServerHellodone后,客户端(chrome)发送Alert(握手失败)。
Chrome调试日志:
library(shiny)
library(shinydashboard)
ui <- dashboardPage(
dashboardHeader(),dashboardSidebar(),dashboardBody(
Box(title="TITLE",status="primary",solidHeader=TRUE,style="",width=2,h1(strong("$89,90")),h5("Some text here"),hr(),h4("More text"),actionButton("button","Login and subscribe",class="btn-primary")
))
)
server <- function(input,output,session) {
observeEvent(input$button,{
## do something
})
}
shinyApp(ui,server)
wireshark软件包捕获 https://drive.google.com/file/d/17ctubdzw0rXhpIEfyIZWjVlcxB9AopdP/view?usp=sharing
有什么建议吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)