Displaying 3 results from an estimated 3 matches for "received_data".
Did you mean:
  received_date
  
2008 Jan 06
5
Having very odd problems with UDP.
I am using eventmachine 0.8.1 on windows XP and am having very odd problems.
This snippet of code gives the error that follows it.
class EchoServer
  def receive_data data
      puts data
      send_data ">>>you sent: #{data}"
      if data =~ /quit/i
         puts "quitting"
         close_connection
         EventMachine::stop_event_loop
      end
  end
end
2008 Feb 07
6
Buffer flushing
Short question: is there way to tell EM to actually send data after
send_data call?
I''m building a file transferring app. I send Mashal.dump''ed metadata
first, and then - the file contents (chunked). I found a silly bug:
receive_data() gets marshalled metadata and the first chunk of the
file in a single variable.
Like that:
c1.send_data("meta")
2007 Jul 27
0
Wine release 0.9.42
...ronous HttpSendRequest until we are sure they won't be used.
      urlmon/tests: Fix http protocol tests with absence of BINDF_FROMURLMON to properly expect ReportData.
      urlmon/tests: Don't proceed with POST operation (that will fail) if we run out of memory.
      urlmon/tests: Rename received_data event to more general name event_complete.
      urlmon/tests: Make http protocol tests refractory to timing issues.
Nigel Liang (2):
      winex11.drv: Implement XIMPreEditCaretCallback.
      winex11.drv: Take into account position of preedit area in PreEditCaretCallback.
Paul Vriens (18):...