7.3 How to Deserialize JSON Strings in C# - Fun with WebSockets!

Поделиться
HTML-код
  • Опубликовано: 27 дек 2024

Комментарии • 10

  • @jamiewillis4347
    @jamiewillis4347 2 года назад

    I am so sad that it took me this long to find your channel. It's really helped me a crap ton. Thank you!

  • @madhusoodhanan182
    @madhusoodhanan182 2 года назад

    Shall we create custom events in websocket sharp like socket io..if not how to access socket io server from windows application

  • @chadzulu4328
    @chadzulu4328 2 года назад

    You are an excellent teacher!

  • @zoheirkaram
    @zoheirkaram 2 года назад

    Hi, hope my question is not silly :P how to setup the websocket URL in first place? I'm trying to use localhost:8080

  • @nasser-ist
    @nasser-ist 3 года назад

    Great video. Just a note that you can use C# string interpolation the new way:
    Console.WriteLine($"I don't know what to do with \"{e.Data}\" ");

  • @saeedsaimonable
    @saeedsaimonable 3 года назад

    OK, now I got You, Deserializing
    you are a saver

  • @satyamYT3
    @satyamYT3 3 года назад

    Error|WebSocket.send:0|The state of the connection has been changed.

    • @satyamYT3
      @satyamYT3 3 года назад

      I am getting this again and again

    • @kartof192
      @kartof192 Год назад

      @@satyamYT3 check if the state is equal to open then send data ( a little bit late but who knows)